DOC: Update warning for undetectable date format

pull/214/merge^2
Steven Hiscocks 2013-05-04 17:25:19 +01:00
parent 7371d2a271
commit 9d0f143a81
1 changed files with 3 additions and 1 deletions

View File

@ -421,7 +421,9 @@ class Filter(JailThread):
date = self.dateDetector.getUnixTime(timeLine)
if date == None:
logSys.debug("Found a match for %r but no valid date/time "
"found for %r. Please file a detailed issue on"
"found for %r. Please try setting a custom "
"date pattern. If format is complex, please "
"file a detailed issue on"
" https://github.com/fail2ban/fail2ban/issues "
"in order to get support for this format."
% (logLine, timeLine))