Module: deluge Branch: master Commit: 91801e1632d4969ac894effc57b628c056fd44ed
Author: Pedro Algarvio <[email protected]> Date: Tue Apr 26 10:14:39 2011 +0100 Cleanup debug message new lines. --- deluge/ui/gtkui/connectionmanager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/gtkui/connectionmanager.py b/deluge/ui/gtkui/connectionmanager.py index 2cecf69..6a1395a 100644 --- a/deluge/ui/gtkui/connectionmanager.py +++ b/deluge/ui/gtkui/connectionmanager.py @@ -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 -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
