mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
Change log level of connect failed to INFO
This commit is contained in:
parent
842734c4e4
commit
96b5f617f2
@ -376,7 +376,7 @@ Please see the details below for more information."), details=traceback.format_e
|
||||
host, port)
|
||||
return
|
||||
|
||||
log.error("Connection to host failed..")
|
||||
log.info("Connection to host failed..")
|
||||
log.info("Retrying connection.. Retries left: "
|
||||
"%s", try_counter)
|
||||
reactor.callLater(0.5, update_connection_manager)
|
||||
|
Loading…
x
Reference in New Issue
Block a user