Merge branch 'master' of github.com:rohe/pysaml2

This commit is contained in:
Roland Hedberg
2015-11-02 10:23:31 -08:00

View File

@@ -1108,7 +1108,7 @@ class Entity(HTTPBase):
except Exception as err:
if "not well-formed" in "%s" % err:
logger.error("Not well-formed XML")
raise
raise
logger.debug("XMLSTR: %s", xmlstr)