From b2ac275cba8b9f46864ad07f50a1db485bcb6f43 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 13 Mar 2011 18:56:02 +0100 Subject: fixed gzip --- module/network/HTTPDownload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network') 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() -- cgit v1.2.3