From 7c00580fa9c5a26f051439b6801c0122d23949a2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 26 Oct 2022 19:13:58 +0200 Subject: fix typo --- main/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3