From 0f65b9f802469f10d15a9d5748a5c7bc1a4f08ee Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 27 Jul 2012 14:55:25 +0000 Subject: [PATCH] - not a debug message --- src/mesh/mesh_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.25.1