From 4b9fb610d81c47fbd8613cb71a4f25ce6b2d2993 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 Dec 2020 20:03:59 +0100 Subject: do not log error on MHD_HTTP_GONE status code, revocation is a legitimate reply --- src/lib/auditor_api_exchanges.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/auditor_api_exchanges.c') diff --git a/src/lib/auditor_api_exchanges.c b/src/lib/auditor_api_exchanges.c index 78f4d90e6..ef7a3569e 100644 --- a/src/lib/auditor_api_exchanges.c +++ b/src/lib/auditor_api_exchanges.c @@ -74,7 +74,7 @@ struct TALER_AUDITOR_ListExchangesHandle /** * Function called when we're done processing the - * HTTP /deposit-confirmation request. + * HTTP /exchanges request. * * @param cls the `struct TALER_AUDITOR_ListExchangesHandle` * @param response_code HTTP response code, 0 on error @@ -178,7 +178,7 @@ handle_exchanges_finished (void *cls, hr.ec = TALER_JSON_get_error_code (json); hr.hint = TALER_JSON_get_error_hint (json); GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Unexpected response code %u/%d\n", + "Unexpected response code %u/%d for auditor list-exchanges request\n", (unsigned int) response_code, (int) hr.ec); GNUNET_break_op (0); -- cgit v1.2.3