MAX: make 'Got message for undefined device' more informative
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4181 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user