summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Client/Proxy.py')
-rw-r--r--src/lib/Client/Proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Client/Proxy.py b/src/lib/Client/Proxy.py
index 8ea28cc9c..9d96fd936 100644
--- a/src/lib/Client/Proxy.py
+++ b/src/lib/Client/Proxy.py
@@ -57,7 +57,7 @@ class SafeProxy:
self.log.debug("Operation %s completed with fault" % (methodName))
raise
except socket.sslerror:
- self.log.error("Attempt %d of %d failed due to SSL negotiation failure" %
+ self.log.debug("Attempt %d of %d failed due to SSL negotiation failure" %
((irs + 1), self._retries))
except socket.error, serr:
self.log.debug("Attempting %s (%d of %d) failed because %s" % (methodName, (irs+1),