aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-29 20:34:22 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-29 20:34:22 +0200
commit2805018da25b07a36b1ab56e6fc990d72d86d70a (patch)
tree9cbf9d1acd14dd86c228ee1f3c684979697939e6 /src/lib/exchange_api_handle.c
parent7fe8d89d75eed6495b7e24c98cc8dc92a93d15a2 (diff)
downloadexchange-2805018da25b07a36b1ab56e6fc990d72d86d70a.tar.xz
-reduce logging
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c2
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));