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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8555 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-05-10 07:13:19 +00:00
parent 1f9c8f662b
commit 047be2cdd7

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;
} }