merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit fae18993ada4de3caf924ac34ee6458c2f29fb12
parent fd71cc1807dec6727ec44552819b806276c23680
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  1 Jan 2016 21:16:07 +0100

improve logging

Diffstat:
Msrc/lib/test_merchant_api.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);