Cleanup debug message new lines.

This commit is contained in:
Pedro Algarvio 2011-04-26 10:14:39 +01:00
parent fa20e49a93
commit 91801e1632
1 changed files with 1 additions and 1 deletions

View File

@ -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