summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-03-20 18:11:53 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-03-20 18:11:53 +0000
commit69fe6a3ca83bb9f6574cce48efceafb80ce954ec (patch)
tree23f6314bfe2b3c5b6a4826d6cb9a10bfa33ed680
parent0aa2bb7f156bc94e95a89dc7b75702f234ef0003 (diff)
downloadbcfg2-69fe6a3ca83bb9f6574cce48efceafb80ce954ec.tar.gz
bcfg2-69fe6a3ca83bb9f6574cce48efceafb80ce954ec.tar.bz2
bcfg2-69fe6a3ca83bb9f6574cce48efceafb80ce954ec.zip
Leave authentication error reporting to Metadata plugin
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2962 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/lib/Server/Component.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Server/Component.py b/src/lib/Server/Component.py
index b9f7d798c..7e3b9c724 100644
--- a/src/lib/Server/Component.py
+++ b/src/lib/Server/Component.py
@@ -155,7 +155,6 @@ class Component(TLSServer,
params = rawparams[2:]
# check authentication
if not self._authenticate_connection(method, user, password, address):
- self.logger.error("Authentication failure from %s" % address[0])
return xmlrpclib.dumps(xmlrpclib.Fault(3, "Authentication Failure"))
# generate response
try: