summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/debug.cpp b/main/debug.cpp
index 70752832..e5b3c2cf 100644
--- a/main/debug.cpp
+++ b/main/debug.cpp
@@ -31,7 +31,7 @@ void main_impl::debug_callback(unsigned src, unsigned type, unsigned id, unsigne
switch (Severity{severity})
{
using enum GL::DebugOutput::Severity;
- case Notification: std::fputs("fm_debug ", stdout); break;
+ case Notification: std::fputs("DEBUG ", stdout); break;
case Low: std::fputs("INFO ", stdout); break;
case Medium: std::fputs("NOTICE ", stdout); break;
case High: std::fputs("ERROR ", stdout); break;