diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-07-27 20:19:03 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-07-27 20:19:03 +0200 |
commit | 34f48259060656077b5cb45edd8f9d92bb0282de (patch) | |
tree | 514e92c5f50a963341e26844c52a551d00bda38f /module/plugins/internal/SimpleHoster.py | |
parent | Then update others (diff) | |
download | pyload-34f48259060656077b5cb45edd8f9d92bb0282de.tar.xz |
Bunch of fixups
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
-rw-r--r-- | module/plugins/internal/SimpleHoster.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py index e8281b943..488f87114 100644 --- a/module/plugins/internal/SimpleHoster.py +++ b/module/plugins/internal/SimpleHoster.py @@ -294,7 +294,7 @@ class SimpleHoster(Hoster): if not self.last_download: self.log_info(_("Downloading file...")) - self.download(self.link, ref=False, disposition=self.DISPOSITION) + self.download(self.link, disposition=self.DISPOSITION) self.check_file() @@ -346,7 +346,7 @@ class SimpleHoster(Hoster): self.html = f.read(50000) #@TODO: Recheck in 0.4.10 self.check_errors() - self.log_debug("No errors found") + self.log_info(_("No errors found")) self.pyfile.error = "" |