summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-01 21:16:07 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-01 21:16:07 +0100
commitfae18993ada4de3caf924ac34ee6458c2f29fb12 (patch)
treefa0b99e121cb4840a8c66e64e6eb5aa4299134a8
parentfd71cc1807dec6727ec44552819b806276c23680 (diff)
downloadmerchant-fae18993ada4de3caf924ac34ee6458c2f29fb12.tar.gz
merchant-fae18993ada4de3caf924ac34ee6458c2f29fb12.tar.bz2
merchant-fae18993ada4de3caf924ac34ee6458c2f29fb12.zip
improve logging
-rw-r--r--src/lib/test_merchant_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 4436aa3a..c28b1738 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1055,7 +1055,7 @@ interpreter_run (void *cls,
if (NULL == contract)
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Failed to parse contract details `%s' at %u\n",
+ "Failed to parse contract details `%s' at instruction %u\n",
cmd->details.pay.contract,
is->ip);
fail (is);