mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 12:18:46 +00:00
31_MilightDevice: Change verbose for log message so it doesn't spam logs at startup
git-svn-id: https://svn.fhem.de/fhem/trunk@10136 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6e31980983
commit
be7b021466
@ -140,7 +140,7 @@ sub MilightDevice_Define($$)
|
||||
# Verify IODev is valid
|
||||
AssignIoPort($hash, $iodev);
|
||||
if(defined($hash->{IODev}->{NAME})) {
|
||||
Log3 $name, 3, $name."_Define: I/O device is " . $hash->{IODev}->{NAME};
|
||||
Log3 $name, 4, $name."_Define: I/O device is " . $hash->{IODev}->{NAME};
|
||||
} else {
|
||||
Log3 $name, 1, $name."_Define: no I/O device";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user