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 38901dbe..f787cbd6 100644
--- a/util/log.cpp
+++ b/util/log.cpp
@@ -248,6 +248,9 @@ _Pragma("GCC diagnostic pop")
case GJS_DEBUG_GERROR:
prefix = "JS G ERR";
break;
+ case GJS_DEBUG_PROXY:
+ prefix = "JS CPROXY";
+ break;
default:
prefix = "???";
break;