Module: deluge
Branch: master
Commit: 96b5f617f2a92ade863a351d2db6e9877175aaf9

Author: Calum Lind <[email protected]>
Date:   Fri Jun 17 18:07:34 2011 +0100

Change log level of connect failed to INFO

---

 deluge/ui/gtkui/gtkui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/ui/gtkui/gtkui.py b/deluge/ui/gtkui/gtkui.py
index bd8a4a9..587acd2 100644
--- a/deluge/ui/gtkui/gtkui.py
+++ b/deluge/ui/gtkui/gtkui.py
@@ -376,7 +376,7 @@ Please see the details below for more information."), 
details=traceback.format_e
                                                          host, port)
                                 return
 
-                            log.error("Connection to host failed..")
+                            log.info("Connection to host failed..")
                             log.info("Retrying connection.. Retries left: "
                                      "%s", try_counter)
                             reactor.callLater(0.5, update_connection_manager)

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

Reply via email to