diff options
Diffstat (limited to 'main/debug.cpp')
| -rw-r--r-- | main/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/debug.cpp b/main/debug.cpp index 2b7d9e1d..3383948b 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -38,7 +38,7 @@ void app::debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type type switch (severity) { using enum GL::DebugOutput::Severity; - case Notification: std::fputs("DEBUG ", stdout); break; + case Notification: std::fputs("fm_debug ", stdout); break; case Low: std::fputs("INFO ", stdout); break; case Medium: std::fputs("NOTICE ", stdout); break; case High: std::fputs("ERROR ", stdout); break; |
