summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/merchant_api_refund.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/merchant_api_refund.c b/src/lib/merchant_api_refund.c
index 215298e2..8cea8b7b 100644
--- a/src/lib/merchant_api_refund.c
+++ b/src/lib/merchant_api_refund.c
@@ -291,10 +291,9 @@ handle_refund_lookup_finished (void *cls,
"error", &error,
"code", &code);
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Failed GET /refund, error: %s, code: %d, hint: %s\n",
+ "Failed GET /refund, error: %s, code: %d\n",
error,
- code,
- hint);
+ code);
}
}