mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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()
|
||||
|
||||
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)
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue