summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-13 18:56:02 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-13 18:56:02 +0100
commitb2ac275cba8b9f46864ad07f50a1db485bcb6f43 (patch)
treeb6994d3aced0a0ebe808225baf2e9cbae0fcf50e /module/network
parentcnl fix (diff)
downloadpyload-b2ac275cba8b9f46864ad07f50a1db485bcb6f43.tar.xz
fixed gzip
Diffstat (limited to 'module/network')
-rw-r--r--module/network/HTTPDownload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py
index c43d714ef..ad6312508 100644
--- a/module/network/HTTPDownload.py
+++ b/module/network/HTTPDownload.py
@@ -102,7 +102,7 @@ class HTTPDownload():
fo.close()
remove(init)
self.info.remove() #there are probably invalid chunks
- raise Exception("Downloaded content was smaller than expected")
+ raise Exception("Downloaded content was smaller than expected. Try to reduce download connections.")
remove(fname) #remove chunk
fo.close()