diff options
-rw-r--r-- | src/exchange-tools/taler-exchange-wire.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c index 10d849b43..d69f61ed2 100644 --- a/src/exchange-tools/taler-exchange-wire.c +++ b/src/exchange-tools/taler-exchange-wire.c @@ -77,7 +77,8 @@ sign_account_data (void *cls, if (NULL == wire) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Could not sign wire account `%s'. Is the URI well-formed?\n"); + "Could not sign wire account `%s'. Is the URI well-formed?\n", + ai->payto_uri); global_ret = 1; return; } |