diff --git a/src/saml2/entity.py b/src/saml2/entity.py index 31c9d6c..1d191f8 100644 --- a/src/saml2/entity.py +++ b/src/saml2/entity.py @@ -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)