commit 2b54be2a33c7705197a44fb2cce8a4d81eff4e3e parent fb984735d245b317771afaceff649cd91b20d57f Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 22 Apr 2016 18:50:22 +0200 excessive logging Diffstat:
| M | src/backend/taler-merchant-httpd_exchanges.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c @@ -403,6 +403,9 @@ TMH_EXCHANGES_find_exchange (const char *chosen_exchange, chosen_exchange); break; } + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Comparing chosen exchange url '%s' with known url '%s'.", + chosen_exchange, exchange->uri); } if (NULL == exchange) {