summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/log.cpp3
-rw-r--r--util/log.h1
2 files changed, 4 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;
diff --git a/util/log.h b/util/log.h
index dc8228b3..7adf466b 100644
--- a/util/log.h
+++ b/util/log.h
@@ -59,6 +59,7 @@ typedef enum {
GJS_DEBUG_BYTE_ARRAY,
GJS_DEBUG_GERROR,
GJS_DEBUG_GFUNDAMENTAL,
+ GJS_DEBUG_PROXY,
} GjsDebugTopic;
/* These defines are because we have some pretty expensive and