diff options
author | 2011-09-17 22:35:54 +0200 | |
---|---|---|
committer | 2011-09-17 22:35:54 +0200 | |
commit | 8b4c479bd5b56f4d2cffcd26a1b890ee51a510a3 (patch) | |
tree | 18dcc2de1bdac910dc23ef40b35e5c4e4347199d /module/network/HTTPChunk.py | |
parent | little fix in debug reports (diff) | |
download | pyload-8b4c479bd5b56f4d2cffcd26a1b890ee51a510a3.tar.xz |
fixes fallback to no resume
Diffstat (limited to 'module/network/HTTPChunk.py')
-rw-r--r-- | module/network/HTTPChunk.py | 2 |
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): |