diff --git a/src/saml2/httpbase.py b/src/saml2/httpbase.py index 977b509..9410bfe 100644 --- a/src/saml2/httpbase.py +++ b/src/saml2/httpbase.py @@ -133,9 +133,9 @@ class HTTPBase(object): if not kaka: return - logger.debug("Set Cookie '%s'" % kaka) part = urlparse.urlparse(request.url) _domain = part.hostname + logger.debug("%s: '%s'" % (_domain, kaka)) for cookie_name, morsel in kaka.items(): std_attr = ATTRS.copy()