summaryrefslogtreecommitdiffhomepage
path: root/main/debug.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-20 23:25:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-20 23:25:32 +0200
commit4213fa8a986ccfdf03783638862a9aacf3ea8601 (patch)
treee1d78e3dcc74ce6c2605ff31e035fb7e4ad36453 /main/debug.cpp
parentd22abc50862f7243228c93fd2fd3878b37821487 (diff)
rename macros
Diffstat (limited to 'main/debug.cpp')
-rw-r--r--main/debug.cpp2
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;