2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-03 19:49:02 +00:00

10_ZWave.pm: set loglevel of unknown message to 4 (Forum #43765)

git-svn-id: https://svn.fhem.de/fhem/trunk@9837 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-11-09 14:54:31 +00:00
parent 4c20b6fab3
commit f70409c08c

View File

@ -2875,8 +2875,8 @@ ZWave_Parse($$@)
if(!$hash) {
if(!$baseHash) {
Log3 $ioName, 1, "ZWave: unknown message $msg, please report";
return;
Log3 $ioName, 4, "ZWave: unknown message $msg";
return "";
}
# autocreate the device when pressing the remote button (Forum #43261)
$id=hex($id); $baseId=hex($baseId); $ep=hex($ep);