From: Christian Grothoff Date: Tue, 20 Oct 2009 08:13:16 +0000 (+0000) Subject: do not report as critical X-Git-Tag: initial-import-from-subversion-38251~23305 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f7e70bd8da6e1ca255bff652dba8707a27237af;p=oweals%2Fgnunet.git do not report as critical --- diff --git a/src/core/core_api.c b/src/core/core_api.c index 05f34ec27..89bae0525 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -420,7 +420,7 @@ main_handler (void *cls, const struct GNUNET_MessageHeader *msg) if (msg == NULL) { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_INFO, _ ("Client was disconnected from core service, trying to reconnect.\n")); reconnect (h);