diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-02-13 17:59:25 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-02-13 17:59:25 +0100 |
commit | 9ff3c2fce5835dff2100a80f27b7f620aaa50783 (patch) | |
tree | 9ec813557b4795f5d35ae47de0261139a8f692e9 /src | |
parent | 7b98d0cb557d8df23040ee133931b4555754a3d4 (diff) |
UX
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange-tools/taler-wire.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c index 79e5de3db..928402a61 100644 --- 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; |