diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index b2c8089e5..7bd68aa11 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -386,6 +386,7 @@ doUpdate($$$$) $nChanged++; my $sfx = ($arg eq "checktime" ? " $r[1]" : ""); $sfx =~ s/_.*//; + next if($isCheck && $wouldExcl && $hideExcl); uLog 1, "$cmd $fName$sfx". ($isCheck && $wouldExcl ? " (excluded from update)" : ""); next if($isCheck);