summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-01 13:45:19 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-01 13:45:19 +0100
commit31958f3ae8be39d832af2e8c37dd29505318f075 (patch)
tree549c6a88aeb60809741a0a8a90f87f820327fdb8 /src/exchange-tools
parent3818cb8f5235b3e6e7b201d6a030808473618b24 (diff)
downloadexchange-31958f3ae8be39d832af2e8c37dd29505318f075.tar.gz
exchange-31958f3ae8be39d832af2e8c37dd29505318f075.tar.bz2
exchange-31958f3ae8be39d832af2e8c37dd29505318f075.zip
fix log msg
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-exchange-wire.c3
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 10d849b4..d69f61ed 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;
}