summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-12 19:03:25 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-12 19:03:25 +0100
commitc93c62e8d472fcd196246dbd536fc63f61be6735 (patch)
tree16e05f1971e32eda1d5c871223f9f1e0aa78f697 /src/exchange-tools
parentf22ef3e40c7a5e16477578031d674f60582e76d8 (diff)
downloadexchange-c93c62e8d472fcd196246dbd536fc63f61be6735.tar.gz
exchange-c93c62e8d472fcd196246dbd536fc63f61be6735.tar.bz2
exchange-c93c62e8d472fcd196246dbd536fc63f61be6735.zip
Improve UX
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-wire.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c
index 835e42004..8e378eeef 100644
--- a/src/exchange-tools/taler-wire.c
+++ b/src/exchange-tools/taler-wire.c
@@ -281,8 +281,8 @@ execute_history ()
history_cb,
NULL))
{
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Could not request the transaction history.\n");
+ fprintf (stderr,
+ "Could not request the transaction history.\n");
GNUNET_SCHEDULER_shutdown ();
return;
}
@@ -317,8 +317,8 @@ run (void *cls,
{
if (NULL == account_section)
{
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "The option: -s ACCOUNT-SECTION, is mandatory.\n");
+ fprintf (stderr,
+ "The option: -s ACCOUNT-SECTION, is mandatory.\n");
return;
}
@@ -328,9 +328,9 @@ run (void *cls,
"plugin",
&plugin_name))
{
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Could not find the 'plugin' value under %s\n",
- account_section);
+ fprintf (stderr,
+ "Could not find the 'plugin' value under %s\n",
+ account_section);
return;
}
@@ -338,8 +338,8 @@ run (void *cls,
plugin_name);
if (NULL == plugin_handle)
{
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Could not load the wire plugin\n");
+ fprintf (stderr,
+ "Could not load the wire plugin\n");
return;
}
@@ -419,7 +419,7 @@ main (int argc,
GNUNET_assert
(GNUNET_OK == GNUNET_log_setup ("taler-wire",
- NULL,
+ "WARNING",
NULL)); /* filename */
GNUNET_PROGRAM_run
(argc,