98_Siro.pm:change loglevel

git-svn-id: https://svn.fhem.de/fhem/trunk@16472 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Byte09 2018-03-23 15:03:57 +00:00
parent 9418cfa9e0
commit 8920195992

View File

@ -544,7 +544,7 @@ sub Siro_Parse($$) {
return "" if ( IsDisabled($name) ); return "" if ( IsDisabled($name) );
if ( my $lh = $modules{Siro}{defptr}{$testid} ) { if ( my $lh = $modules{Siro}{defptr}{$testid} ) {
my $name = $lh->{NAME}; my $name = $lh->{NAME};
Log3 $hash, 3, Log3 $hash, 5,
"Siro_Parse: Incomming msg from IODevice $testid - $name device is defined"; "Siro_Parse: Incomming msg from IODevice $testid - $name device is defined";
if ( defined($name) if ( defined($name)
&& $testcmd ne "54" && $testcmd ne "54"