diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-29 20:34:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-29 20:34:22 +0200 |
commit | 2805018da25b07a36b1ab56e6fc990d72d86d70a (patch) | |
tree | 9cbf9d1acd14dd86c228ee1f3c684979697939e6 /src | |
parent | 7fe8d89d75eed6495b7e24c98cc8dc92a93d15a2 (diff) |
-reduce logging
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/exchange_api_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |