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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user