Moved log line for better info.
This commit is contained in:
@@ -133,9 +133,9 @@ class HTTPBase(object):
|
|||||||
if not kaka:
|
if not kaka:
|
||||||
return
|
return
|
||||||
|
|
||||||
logger.debug("Set Cookie '%s'" % kaka)
|
|
||||||
part = urlparse.urlparse(request.url)
|
part = urlparse.urlparse(request.url)
|
||||||
_domain = part.hostname
|
_domain = part.hostname
|
||||||
|
logger.debug("%s: '%s'" % (_domain, kaka))
|
||||||
|
|
||||||
for cookie_name, morsel in kaka.items():
|
for cookie_name, morsel in kaka.items():
|
||||||
std_attr = ATTRS.copy()
|
std_attr = ATTRS.copy()
|
||||||
|
Reference in New Issue
Block a user