diff --git a/tools/marvin/marvin/cloudstackConnection.py b/tools/marvin/marvin/cloudstackConnection.py index 14b12e7910b..214a8783263 100644 --- a/tools/marvin/marvin/cloudstackConnection.py +++ b/tools/marvin/marvin/cloudstackConnection.py @@ -137,7 +137,7 @@ class cloudConnection(object): else: response = requests.get(self.baseurl, params=payload) except ConnectionError, c: - self.logging.debug("Connection refused. Reason: %s" % + self.logging.debug("Connection refused. Reason: %s : %s" % (self.baseurl, c)) raise c except HTTPError, h: