gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35057 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r35057 - gnunet/src/datastore
Date: Mon, 2 Feb 2015 09:51:25 +0100

Author: grothoff
Date: 2015-02-02 09:51:25 +0100 (Mon, 02 Feb 2015)
New Revision: 35057

Modified:
   gnunet/src/datastore/datastore_api.c
Log:
-reduce log level, this is expected on shutdown

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2015-02-01 18:35:51 UTC (rev 
35056)
+++ gnunet/src/datastore/datastore_api.c        2015-02-02 08:51:25 UTC (rev 
35057)
@@ -1185,8 +1185,8 @@
     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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]