Set appropiate error_level
authorBart Polot <bart@net.in.tum.de>
Thu, 10 Nov 2011 22:41:52 +0000 (22:41 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 10 Nov 2011 22:41:52 +0000 (22:41 +0000)
src/mesh/gnunet-service-mesh.c

index 26a2b3b54b98cba8cdf3a45eaa348e1b7374337e..d4239ea5044749f793ca456b941c5a123be3b156 100644 (file)
@@ -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));
   }