2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 12:46:03 +00:00

changed log level

git-svn-id: https://svn.fhem.de/fhem/trunk@4906 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-02-13 10:06:44 +00:00
parent 1d8c21f09f
commit 97c2bf2172

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