From 7707b18f42b3a19dd780ba73ce1dabb6b8ef3c95 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 25 Sep 2010 11:48:25 +0100 Subject: debug: Add debug flags for GObject-related code --- json-glib/json-debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'json-glib/json-debug.c') 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 */ -- cgit v1.2.1