From 8b4c479bd5b56f4d2cffcd26a1b890ee51a510a3 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 17 Sep 2011 22:35:54 +0200 Subject: fixes fallback to no resume --- module/network/HTTPChunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/HTTPChunk.py') diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py index ee143330e..0b1cdff74 100644 --- a/module/network/HTTPChunk.py +++ b/module/network/HTTPChunk.py @@ -141,7 +141,7 @@ class HTTPChunk(HTTPRequest): self.rep = None - self.log = getLogger("log") + self.log = p.log @property def cj(self): -- cgit v1.2.3