summaryrefslogtreecommitdiff
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
parent7fe8d89d75eed6495b7e24c98cc8dc92a93d15a2 (diff)
downloadexchange-2805018da25b07a36b1ab56e6fc990d72d86d70a.tar.gz
exchange-2805018da25b07a36b1ab56e6fc990d72d86d70a.tar.bz2
exchange-2805018da25b07a36b1ab56e6fc990d72d86d70a.zip
-reduce logging
m---------contrib/gana0
-rw-r--r--src/lib/exchange_api_handle.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gana b/contrib/gana
-Subproject 75c838e74c41bf9a6c02cdfe8109a444056bf26
+Subproject ce57f1bb32a657c0e479a13401339c9899b1c89
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));