summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-04-26 18:58:34 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-04-26 18:58:34 +0000
commit2a6bf7a1d58ea1fbe9af90b324e8142b0e5c8662 (patch)
treef8f791e9b37fb647335e6bc7156fbde7b8e9a0fe /src
parent18200fc366a26e77ab50505abf3020b23e95bfe8 (diff)
downloadbcfg2-2a6bf7a1d58ea1fbe9af90b324e8142b0e5c8662.tar.gz
bcfg2-2a6bf7a1d58ea1fbe9af90b324e8142b0e5c8662.tar.bz2
bcfg2-2a6bf7a1d58ea1fbe9af90b324e8142b0e5c8662.zip
Roll up minor patches changing logging and the init script
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1853 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-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),