From 2805018da25b07a36b1ab56e6fc990d72d86d70a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 29 Jun 2022 20:34:22 +0200 Subject: [PATCH] -reduce logging --- contrib/gana | 2 +- src/lib/exchange_api_handle.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/gana b/contrib/gana index 75c838e74..ce57f1bb3 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit 75c838e74c41bf9a6c02cdfe8109a444056bf26d +Subproject commit ce57f1bb32a657c0e479a13401339c9899b1c898 diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index 71cae2fd9..3cdc8ad29 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -761,7 +761,7 @@ decode_keys_json (const json_t *resp_obj, GNUNET_break_op (0); return GNUNET_SYSERR; } -#if 1 /* DEBUG */ +#if DEBUG json_dumpf (resp_obj, stderr, JSON_INDENT (2));