summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/rpc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/rpc.py b/ipalib/rpc.py
index a5c5de557..077d99ebe 100644
--- a/ipalib/rpc.py
+++ b/ipalib/rpc.py
@@ -665,6 +665,8 @@ class xmlclient(Connectible):
except Exception, e:
if not fallback:
raise
+ else:
+ self.log.info('Connection to %s failed with %s', url, e)
serverproxy = None
if serverproxy is None: