diff --git a/FHEM/92_FileLog.pm b/FHEM/92_FileLog.pm index af271961b..7ba3ce8f9 100755 --- a/FHEM/92_FileLog.pm +++ b/FHEM/92_FileLog.pm @@ -469,7 +469,7 @@ seekTo($$$$) # If the second line is longer then the first, # binary search will never get it: - if($next eq $last && $data ge $ts && $div < 8192 && $next < 1024) { + if($next eq $last && $data ge $ts && $div < 8192) { $last = 0; $div *= 2; }