changed log level

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4906 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-02-13 10:06:44 +00:00
parent f6b040e2f5
commit 302ed2a81c

View File

@@ -198,7 +198,7 @@ LightScene_Notify($$)
if( !defined($hash->{helper}{myDisplay})
|| !%{$hash->{helper}{myDisplay}} ) {
Log3 $name, 4, "$name: not on any display, ignoring notify";
Log3 $name, 5, "$name: not on any display, ignoring notify";
return if($dev->{NAME} ne "global");
}