diff --git a/stp.py b/stp.py index 372e7b8..2519909 100644 --- a/stp.py +++ b/stp.py @@ -139,7 +139,7 @@ class stp(object): self.__clear_buffer__() data = b + data for msg in rv: - logger.info('%s message identified - %s', self.LOG_PREFIX, stringtools.hexlify(msg)) + logger.debug('%s message identified - %s', self.LOG_PREFIX, stringtools.hexlify(msg)) return rv