MYSENSORS_DEVICE: change loglevel for sketch name update

git-svn-id: https://svn.fhem.de/fhem/trunk@18432 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User
2019-01-27 14:37:06 +00:00
parent 80429f80bc
commit 93c5e48162

View File

@@ -776,7 +776,7 @@ sub onInternalMessage($$) {
delete $hash->{getCommentReadings};
}
}
Log3 $name, 3, "leaving Sketch Name update";
Log3 $name, 5, "leaving Sketch Name update";
last;
};
$type == I_SKETCH_VERSION and do {