summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-29 00:09:17 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-29 00:09:28 +0200
commite92b10b78448a8b53d1d924559ba1db1acc8bb5e (patch)
tree745457f5c2a65bfeaabe959ac9bb19d824b07eda
parent735c6d7a8c6dfcdb564bcc1291a02a6ebc436392 (diff)
downloadmerchant-e92b10b78448a8b53d1d924559ba1db1acc8bb5e.tar.gz
merchant-e92b10b78448a8b53d1d924559ba1db1acc8bb5e.tar.bz2
merchant-e92b10b78448a8b53d1d924559ba1db1acc8bb5e.zip
remove further occurrence of "hint"
-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);
}
}