- log as debug when ibf fails to decode, instead of warning
authorFlorian Dold <florian.dold@gmail.com>
Wed, 27 Nov 2013 11:45:45 +0000 (11:45 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Wed, 27 Nov 2013 11:45:45 +0000 (11:45 +0000)
src/set/gnunet-service-set_union.c

index f9abab253cd2da9771f9281d8829de126abece0a..962715b837d574321fd552898bd9d95869d2c390 100644 (file)
@@ -823,7 +823,7 @@ decode_and_send (struct Operation *op)
       next_order++;
       if (next_order <= MAX_IBF_ORDER)
       {
-        GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+        GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                    "decoding failed, sending larger ibf (size %u)\n",
                     1<<next_order);
         send_ibf (op, next_order);