From c3b9ebc1effea652e3cdfc93fb6ed5b1cf83826a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 3 Mar 2019 00:35:21 +0100 Subject: fix format string issue in taler-wire, complete work on #5536 revocation file issue (shift location of revocation file and change content to include denom hash) --- src/exchange-tools/taler-wire.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/exchange-tools') diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c index 928402a61..ee7eeb8cc 100644 --- a/src/exchange-tools/taler-wire.c +++ b/src/exchange-tools/taler-wire.c @@ -150,7 +150,8 @@ confirmation_cb (void *cls, "The wire transfer didn't execute correctly.\n"); GNUNET_assert (NULL != emsg); fprintf (stderr, - emsg); + "%s", + emsg); GNUNET_SCHEDULER_shutdown (); return; } -- cgit v1.2.3