From e25360561425285b18ba2a33fe7d2e465c59c38b Mon Sep 17 00:00:00 2001 From: Martijn de Vos Date: Wed, 21 Mar 2018 15:39:54 +0100 Subject: [PATCH] Lowered logging of statement --- dispersy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dispersy.py b/dispersy.py index 10f4999b..825ad193 100644 --- a/dispersy.py +++ b/dispersy.py @@ -981,8 +981,8 @@ def on_incoming_packets(self, packets, cache=True, timestamp=0.0, source=u"unkno except CommunityNotFoundException: packets = list(iterator) candidates = set([candidate for candidate, _ in packets]) - self._logger.warning("drop %d packets (received packet(s) for unknown community): %s", - len(packets), map(str, candidates)) + self._logger.debug("drop %d packets (received packet(s) for unknown community): %s", + len(packets), map(str, candidates)) self._statistics.msg_statistics.increase_count( u"drop", u"_convert_packets_into_batch:unknown community") else: