Fix logging and shutdown

This commit is contained in:
shortcutme 2018-04-12 19:25:50 +02:00
parent 4eb843fd8c
commit e95bc31def
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -272,7 +272,7 @@ class ConnectionServer(object):
if time.time() - s > 0.01:
self.log.debug("Connection cleanup in %.3fs" % (time.time() - s))
self.log("Checkconnections ended")
self.log.debug("Checkconnections ended")
@util.Noparallel(blocking=False)
def checkMaxConnections(self):