summaryrefslogtreecommitdiff
path: root/util/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/log.cpp')
-rw-r--r--util/log.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/log.cpp b/util/log.cpp
index ce4b02dd..4a910342 100644
--- a/util/log.cpp
+++ b/util/log.cpp
@@ -53,6 +53,8 @@ static const char* topic_to_prefix(GjsDebugTopic topic) {
return "JS CAIRO";
case GJS_DEBUG_KEEP_ALIVE:
return "JS KP ALV";
+ case GJS_DEBUG_MAINLOOP:
+ return "JS MAINLOOP";
case GJS_DEBUG_GREPO:
return "JS G REPO";
case GJS_DEBUG_GNAMESPACE: