expand logging of wirewatch shutdown

This commit is contained in:
Christian Grothoff 2018-04-04 17:04:51 +02:00
parent 081ffe994a
commit f9a86ba5dc
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -246,10 +246,10 @@ reject_cb (void *cls,
rt = NULL;
if (TALER_EC_NONE != ec)
{
fprintf (stderr,
"Failed to wire back transfer `%s': %d\n",
rtc->wtid_s,
ec);
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Failed to wire back transfer `%s': %d\n",
rtc->wtid_s,
ec);
GNUNET_free (rtc->wtid_s);
db_plugin->rollback (db_plugin->cls,
rtc->session);
@ -312,6 +312,8 @@ history_cb (void *cls,
if ( (GNUNET_YES == delay) &&
(test_mode) )
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Shutdown due to test mode!\n");
GNUNET_SCHEDULER_shutdown ();
return GNUNET_OK;
}