Merge "Include URL in error message"

This commit is contained in:
Jenkins
2014-06-09 15:29:27 +00:00
committed by Gerrit Code Review

View File

@@ -89,7 +89,7 @@ def read_uri(uri):
fd.close()
return raw
except Exception as e:
LOG.warn('Error while reading uri: %s' % e)
LOG.warn('Error while reading uri(%s): %s' % (uri, e))
def read_json_from_uri(uri):