mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Change log level to info for shutdown connection triggered by timer (#1418)
This commit is contained in:
parent
35e3f23dff
commit
bae8d40984
1 changed files with 2 additions and 2 deletions
|
|
@ -400,7 +400,7 @@ class PingTimer:
|
|||
self.timer.cancel()
|
||||
|
||||
def send_ping(self):
|
||||
logger.debug("Sending ping triggered by timer.")
|
||||
logger.info("Sending ping triggered by timer.")
|
||||
self.send_fn()
|
||||
|
||||
|
||||
|
|
@ -460,7 +460,7 @@ class PongTimer:
|
|||
self.timer.cancel()
|
||||
|
||||
def shutdown(self):
|
||||
logger.debug("Shutdown connection triggered by pong timer.")
|
||||
logger.info("Shutdown connection triggered by pong timer.")
|
||||
self.shutdown_fn()
|
||||
|
||||
def start_ping_timer(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue