summaryrefslogtreecommitdiffstats
path: root/module/network/HTTPChunk.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-09-17 22:35:54 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-09-17 22:35:54 +0200
commit8b4c479bd5b56f4d2cffcd26a1b890ee51a510a3 (patch)
tree18dcc2de1bdac910dc23ef40b35e5c4e4347199d /module/network/HTTPChunk.py
parentlittle fix in debug reports (diff)
downloadpyload-8b4c479bd5b56f4d2cffcd26a1b890ee51a510a3.tar.xz
fixes fallback to no resume
Diffstat (limited to 'module/network/HTTPChunk.py')
-rw-r--r--module/network/HTTPChunk.py2
1 files changed, 1 insertions, 1 deletions
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):