From be7b021466da4f64969009274301ce9979af1d78 Mon Sep 17 00:00:00 2001 From: mattwire <> Date: Tue, 8 Dec 2015 23:54:08 +0000 Subject: [PATCH] 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 --- fhem/FHEM/31_MilightDevice.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/31_MilightDevice.pm b/fhem/FHEM/31_MilightDevice.pm index f3ae88981..0234984e9 100644 --- a/fhem/FHEM/31_MilightDevice.pm +++ b/fhem/FHEM/31_MilightDevice.pm @@ -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"; }