summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleHoster.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
-rw-r--r--module/plugins/internal/SimpleHoster.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index a1825a73e..114128c63 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -246,7 +246,7 @@ def secondsToMidnight(gmt=0):
class SimpleHoster(Hoster):
__name__ = "SimpleHoster"
__type__ = "hoster"
- __version__ = "1.24"
+ __version__ = "1.25"
__pattern__ = r'^unmatchable$'
@@ -514,7 +514,7 @@ class SimpleHoster(Hoster):
if not errmsg:
for r, p in [('Html file' , re.compile(r'\A\s*<!DOCTYPE html') ),
- ('Unknown error', re.compile(r'([Aa]n error occured while processing your request)'))]:
+ ('Request error', re.compile(r'([Aa]n error occured while processing your request)'))]:
if r not in rules:
rules[r] = p
@@ -536,7 +536,7 @@ class SimpleHoster(Hoster):
except Exception:
pass
- self.logWarning("Bad file", "Waiting 1 minute and retry")
+ self.logWarning("Check result: " + errmsg, "Waiting 1 minute and retry")
self.retry(3, 60, errmsg)