mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 01:06:04 +00:00
MYSENSORS.pm: extend log output when messag/io doesn't match
git-svn-id: https://svn.fhem.de/fhem/trunk@22156 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
08c9914d9a
commit
e247e43de0
@ -745,7 +745,7 @@ sub onStreamMsg {
|
||||
Log3($hash->{NAME}, 4, "$hash->{NAME}: received stream message for $client - Chan76-IODev");
|
||||
return MYSENSORS::DEVICE::onStreamMessage($client,$msg);
|
||||
}
|
||||
Log3($hash->{NAME},3,"MYSENSORS: ignoring stream-msg from unknown radioId $msg->{radioId}, childId $msg->{childId} for ".datastreamTypeToStr($msg->{subType}));
|
||||
Log3($hash->{NAME},3,"MYSENSORS: ignoring stream-msg from unknown radioId $msg->{radioId}, childId $msg->{childId} for ".datastreamTypeToStr($msg->{subType}).". IO: $hash->{NAME}");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user