summaryrefslogtreecommitdiff
path: root/src/logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logger.cpp')
-rw-r--r--src/logger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logger.cpp b/src/logger.cpp
index 366dda561..b7d3b422e 100644
--- a/src/logger.cpp
+++ b/src/logger.cpp
@@ -485,7 +485,7 @@ void Logger::error(const std::string &error_text)
// StandardAlert(kAlertStopAlert,
// (const unsigned char*)"\pError",
// (ConstStr255Param) msg, nullptr, nullptr);
-#elif defined(__linux__) || defined(_linux)
+#elif defined(__linux__) || defined(__linux)
std::cerr << "Error: " << error_text << std::endl;
const std::string msg("xmessage \"Error happened. "
"Please see log file for more information.\"");