Cleanup debug message new lines.
This commit is contained in:
parent
fa20e49a93
commit
91801e1632
|
@ -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…
Reference in New Issue