diff --git a/simgear/debug/logstream.cxx b/simgear/debug/logstream.cxx index d99b0dc2..c06f5c5f 100644 --- a/simgear/debug/logstream.cxx +++ b/simgear/debug/logstream.cxx @@ -564,7 +564,7 @@ public: } if (in == SG_DEV_ALERT) { - return m_developerMode ? SG_POPUP : SG_WARN; + return m_developerMode ? SG_ALERT : SG_WARN; } return in;