mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Cleanup debug message new lines.
This commit is contained in:
parent
fa20e49a93
commit
91801e1632
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ class ConnectionManager(component.Component):
|
||||||
self.__update_buttons()
|
self.__update_buttons()
|
||||||
|
|
||||||
row[HOSTLIST_COL_STATUS] = _("Connected")
|
row[HOSTLIST_COL_STATUS] = _("Connected")
|
||||||
log.debug("\n\nquery daemons info\n\n")
|
log.debug("Query daemon's info")
|
||||||
client.daemon.info().addCallback(on_info)
|
client.daemon.info().addCallback(on_info)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue