diff options
Diffstat (limited to 'json-glib/json-debug.c')
-rw-r--r-- | json-glib/json-debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json-glib/json-debug.c b/json-glib/json-debug.c index 471d082..dd725c4 100644 --- a/json-glib/json-debug.c +++ b/json-glib/json-debug.c @@ -9,7 +9,8 @@ static gboolean json_debug_flags_set = FALSE; #ifdef JSON_ENABLE_DEBUG static const GDebugKey json_debug_keys[] = { - { "parser", JSON_DEBUG_PARSER } + { "parser", JSON_DEBUG_PARSER }, + { "gobject", JSON_DEBUG_GOBJECT } }; #endif /* JSON_ENABLE_DEBUG */ |