Browse Source

-reduce log level, this is expected on shutdown

Christian Grothoff 9 years ago
parent
commit
0041889733
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/datastore/datastore_api.c

+ 2 - 2
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