aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-02 08:51:25 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-02 08:51:25 +0000
commit004188973380f93d82851ade0c572cb324162c84 (patch)
tree2e26fdd6dd690b6ce4ce7783dd2e73c60a286e87 /src/datastore
parentbd428c4891e777b66eaccf5d4cb675104136eac1 (diff)
downloadgnunet-004188973380f93d82851ade0c572cb324162c84.tar.gz
gnunet-004188973380f93d82851ade0c572cb324162c84.zip
-reduce log level, this is expected on shutdown
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c4
1 files changed, 2 insertions, 2 deletions
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)
1185 free_queue_entry (qe); 1185 free_queue_entry (qe);
1186 if (GNUNET_YES == was_transmitted) 1186 if (GNUNET_YES == was_transmitted)
1187 { 1187 {
1188 LOG (GNUNET_ERROR_TYPE_WARNING, 1188 LOG (GNUNET_ERROR_TYPE_DEBUG,
1189 _("Failed to receive response from database.\n")); 1189 "Failed to receive response from database.\n");
1190 do_disconnect (h); 1190 do_disconnect (h);
1191 } 1191 }
1192 else 1192 else