2
0
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:
mgehre 2013-11-08 11:17:32 +00:00
parent bb9ffd1b3d
commit 0d8041603a

View File

@ -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};
}
}