From 004188973380f93d82851ade0c572cb324162c84 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Feb 2015 08:51:25 +0000 Subject: -reduce log level, this is expected on shutdown --- src/datastore/datastore_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/datastore') diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c index 6643f0637..e22093186 100644 --- a/src/datastore/datastore_api.c +++ b/src/datastore/datastore_api.c @@ -1185,8 +1185,8 @@ process_result_message (void *cls, const struct GNUNET_MessageHeader *msg) free_queue_entry (qe); if (GNUNET_YES == was_transmitted) { - LOG (GNUNET_ERROR_TYPE_WARNING, - _("Failed to receive response from database.\n")); + LOG (GNUNET_ERROR_TYPE_DEBUG, + "Failed to receive response from database.\n"); do_disconnect (h); } else -- cgit v1.2.3