summaryrefslogtreecommitdiff
path: root/json-glib/json-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-debug.c')
-rw-r--r--json-glib/json-debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/json-glib/json-debug.c b/json-glib/json-debug.c
index dd725c4..c0dc2e9 100644
--- a/json-glib/json-debug.c
+++ b/json-glib/json-debug.c
@@ -10,7 +10,8 @@ static gboolean json_debug_flags_set = FALSE;
#ifdef JSON_ENABLE_DEBUG
static const GDebugKey json_debug_keys[] = {
{ "parser", JSON_DEBUG_PARSER },
- { "gobject", JSON_DEBUG_GOBJECT }
+ { "gobject", JSON_DEBUG_GOBJECT },
+ { "path", JSON_DEBUG_PATH }
};
#endif /* JSON_ENABLE_DEBUG */