summaryrefslogtreecommitdiff
path: root/util/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/log.cpp')
-rw-r--r--util/log.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/log.cpp b/util/log.cpp
index 9ecb866d..728d4c50 100644
--- a/util/log.cpp
+++ b/util/log.cpp
@@ -166,6 +166,9 @@ _Pragma("GCC diagnostic pop")
case GJS_DEBUG_NATIVE:
prefix = "JS NATIVE";
break;
+ case GJS_DEBUG_CAIRO:
+ prefix = "JS CAIRO";
+ break;
case GJS_DEBUG_KEEP_ALIVE:
prefix = "JS KP ALV";
break;