98_update.pm: raise loglevel for ignored files (Forum #36930)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8555 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-05-10 07:13:19 +00:00
parent a278526a08
commit 904f6e7791

View File

@ -191,7 +191,7 @@ doUpdate($$)
$isExcl = 1 if($fName =~ m/$ex/); $isExcl = 1 if($fName =~ m/$ex/);
} }
if($isExcl) { if($isExcl) {
uLog 4, "update: skipping $fName, matches exclude_from_update"; uLog 1, "update: skipping $fName, matches exclude_from_update";
next; next;
} }