From 57a8f1c7659425b80299fffe58abdb9b1a9b1f1f Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 10 Nov 2011 22:41:52 +0000 Subject: [PATCH] Set appropiate error_level --- src/mesh/gnunet-service-mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 26a2b3b54..d4239ea50 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -2906,7 +2906,7 @@ handle_mesh_data_multicast (void *cls, const struct GNUNET_PeerIdentity *peer, #if MESH_DEBUG else { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "MESH: mid %u not seen yet, forwarding\n", ntohl (msg->mid)); } -- 2.25.1