diff --git a/src/saml2/entity.py b/src/saml2/entity.py index 4d0c548..ca58191 100644 --- a/src/saml2/entity.py +++ b/src/saml2/entity.py @@ -1062,7 +1062,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)