mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Change log level of connect failed to INFO
This commit is contained in:
parent
842734c4e4
commit
96b5f617f2
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ Please see the details below for more information."), details=traceback.format_e
|
||||||
host, port)
|
host, port)
|
||||||
return
|
return
|
||||||
|
|
||||||
log.error("Connection to host failed..")
|
log.info("Connection to host failed..")
|
||||||
log.info("Retrying connection.. Retries left: "
|
log.info("Retrying connection.. Retries left: "
|
||||||
"%s", try_counter)
|
"%s", try_counter)
|
||||||
reactor.callLater(0.5, update_connection_manager)
|
reactor.callLater(0.5, update_connection_manager)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue