mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
MAX: make 'Got message for undefined device' more informative
git-svn-id: https://svn.fhem.de/fhem/trunk@4181 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bb9ffd1b3d
commit
0d8041603a
@ -583,7 +583,7 @@ MAX_Parse($$)
|
||||
if($devicetype) {
|
||||
return "UNDEFINED MAX_$addr MAX $devicetype $addr";
|
||||
} else {
|
||||
Log 2, "Got message for undefined device, and failed to guess type from msg '$msgtype' - ignoring";
|
||||
Log 2, "Got message for undefined device $addr, and failed to guess type from msg '$msgtype' - ignoring";
|
||||
return $hash->{NAME};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user