From dce058af76abad983df4a671616fd76a11bd133f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 17 Sep 2018 11:27:36 +0200 Subject: use log instead of fprintf --- src/exchange/taler-exchange-wirewatch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c index 4a25773f2..58697ba03 100644 --- a/src/exchange/taler-exchange-wirewatch.c +++ b/src/exchange/taler-exchange-wirewatch.c @@ -261,9 +261,9 @@ add_account_cb (void *cls, ai->plugin_name); if (NULL == wa->wire_plugin) { - fprintf (stderr, - "Failed to load wire plugin for `%s'\n", - ai->plugin_name); + GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE, + "Failed to load wire plugin for `%s'\n", + ai->plugin_name); GNUNET_free (wa); return; } -- cgit v1.2.3