From: Bart Polot Date: Thu, 10 Nov 2011 22:41:52 +0000 (+0000) Subject: Set appropiate error_level X-Git-Tag: initial-import-from-subversion-38251~15962 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=57a8f1c7659425b80299fffe58abdb9b1a9b1f1f;p=oweals%2Fgnunet.git Set appropiate error_level --- 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)); }