diff --git a/platypush/bus/__init__.py b/platypush/bus/__init__.py index d5489e62..7a461c6b 100644 --- a/platypush/bus/__init__.py +++ b/platypush/bus/__init__.py @@ -50,7 +50,7 @@ class Bus(object): while not stop: msg = self.get() if msg.timestamp and time.time() - msg.timestamp > self._MSG_EXPIRY_TIMEOUT: - logger.info('{} seconds old message on the bus expired, ignoring it: {}' + logger.debug('{} seconds old message on the bus expired, ignoring it: {}' .format(int(time.time()-msg.timestamp), msg)) continue