Commit 7b2588db55fca14bf957408af9eabb391f1c4db5
- Diff rendering mode:
- inline
- side by side
src/log.cpp
(4 / 0)
|   | |||
| 123 | 123 | StandardAlert(kAlertStopAlert, | |
| 124 | 124 | "\pError", | |
| 125 | 125 | (ConstStr255Param) msg, NULL, NULL); | |
| 126 | #elif defined __linux__ | ||
| 127 | std::cerr << "Error: " << error_text << std::endl; | ||
| 128 | std::string msg="xmessage \"" + error_text + "\""; | ||
| 129 | system(msg.c_str()); | ||
| 126 | 130 | #else | |
| 127 | 131 | std::cerr << "Error: " << error_text << std::endl; | |
| 128 | 132 | #endif |

