From: Bart Polot Date: Fri, 27 Jul 2012 14:55:25 +0000 (+0000) Subject: - not a debug message X-Git-Tag: initial-import-from-subversion-38251~12301 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f65b9f802469f10d15a9d5748a5c7bc1a4f08ee;p=oweals%2Fgnunet.git - not a debug message --- diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 0220df95a..8ac1efa61 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -1134,7 +1134,7 @@ msg_received (void *cls, const struct GNUNET_MessageHeader *msg) if (msg == NULL) { - LOG (GNUNET_ERROR_TYPE_DEBUG, "Received NULL msg on %p\n", h); + LOG (GNUNET_ERROR_TYPE_WARNING, "Received NULL msg on %p\n", h); reconnect (h); return; }