commit 31958f3ae8be39d832af2e8c37dd29505318f075 parent 3818cb8f5235b3e6e7b201d6a030808473618b24 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 1 Mar 2020 13:45:19 +0100 fix log msg Diffstat:
| M | src/exchange-tools/taler-exchange-wire.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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; }