From 904f6e779143b76e692719d62441b93e534e1488 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: https://svn.fhem.de/fhem/trunk/fhem@8555 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_update.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/98_update.pm b/FHEM/98_update.pm index 2325a267f..a4597047a 100644 --- a/FHEM/98_update.pm +++ b/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; }