From: Florian Dold Date: Wed, 27 Nov 2013 11:45:45 +0000 (+0000) Subject: - log as debug when ibf fails to decode, instead of warning X-Git-Tag: initial-import-from-subversion-38251~5921 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=800ac5056afa9fb4b5add0e503ecd150e594151d;p=oweals%2Fgnunet.git - log as debug when ibf fails to decode, instead of warning --- diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c index f9abab253..962715b83 100644 --- a/src/set/gnunet-service-set_union.c +++ b/src/set/gnunet-service-set_union.c @@ -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<