mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
98_update.pm: raise loglevel for ignored files (Forum #36930)
git-svn-id: https://svn.fhem.de/fhem/trunk@8555 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b1dc404588
commit
31e19cc960
@ -191,7 +191,7 @@ doUpdate($$)
|
||||
$isExcl = 1 if($fName =~ m/$ex/);
|
||||
}
|
||||
if($isExcl) {
|
||||
uLog 4, "update: skipping $fName, matches exclude_from_update";
|
||||
uLog 1, "update: skipping $fName, matches exclude_from_update";
|
||||
next;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user