2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 10:46:53 +00:00

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 571a46361a
commit 02e0e19c74

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 {