commit 9ff3c2fce5835dff2100a80f27b7f620aaa50783 parent 7b98d0cb557d8df23040ee133931b4555754a3d4 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 13 Feb 2019 17:59:25 +0100 UX Diffstat:
| M | src/exchange-tools/taler-wire.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c @@ -114,8 +114,8 @@ history_cb (void *cls, if (TALER_BANK_DIRECTION_NONE == dir) { - GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Hit end of transactions list.\n"); + fprintf (stdout, + "End of transactions list.\n"); global_ret = 0; GNUNET_SCHEDULER_shutdown (); return GNUNET_NO;