Moved log line for better info.

This commit is contained in:
Roland Hedberg
2013-02-20 14:47:53 +01:00
parent 114a015bfa
commit 1ade66f38c

View File

@@ -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()