From 047be2cdd795dce801bcd20a4859bec0c6e8a558 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sun, 10 May 2015 07:13:19 +0000 Subject: [PATCH] 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 --- fhem/FHEM/98_update.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index 2325a267f..a4597047a 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -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; }