From 0e6f23ff833b5f0eb5c5594961176b7b7abaf6a1 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 16 Sep 2011 19:50:41 +0000 Subject: issue 106 --- src/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/json.c') diff --git a/src/json.c b/src/json.c index 6d74b24..fce3954 100644 --- a/src/json.c +++ b/src/json.c @@ -57,7 +57,7 @@ JsonObject *trg_deserialize(trg_http_response * response, root = json_parser_get_root(parser); #ifdef DEBUG if (g_getenv("TRG_SHOW_INCOMING") != NULL) { - g_debug("<=(incoming)<=:\n%s", response->data); + g_debug("<=(INcoming)<=: %s", response->data); } else if (g_getenv("TRG_SHOW_INCOMING_PRETTY") != NULL) { JsonGenerator *pg; gsize len; -- cgit v1.2.3