diff --git a/apns.py b/apns.py index 826135f..19f4a39 100644 --- a/apns.py +++ b/apns.py @@ -247,7 +247,7 @@ def _disconnect(self): if self._ssl: self._ssl.close() self.connection_alive = False - _logger.info(" %s APNS connection closed" % self.__class__.__name__) + _logger.debug(" %s APNS connection closed" % self.__class__.__name__) def _connection(self): if not self._ssl or not self.connection_alive: