From 553d68773724f0506d44d3dc145bf2ffebfdc8f9 Mon Sep 17 00:00:00 2001 From: justme1968 Date: Thu, 6 Nov 2014 16:31:57 +0000 Subject: [PATCH] 37_harmony.pm: small change to log message text git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6899 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/37_harmony.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/37_harmony.pm b/fhem/FHEM/37_harmony.pm index a2a3c3f67..cc4f10793 100644 --- a/fhem/FHEM/37_harmony.pm +++ b/fhem/FHEM/37_harmony.pm @@ -254,7 +254,7 @@ harmony_hubOfDevice($) next if( $defs{$d}->{TYPE} ne "harmony" ); next if( $defs{$d}->{id} ); next if( !harmony_deviceOfId($defs{$d}, $id) ); - Log3 undef, 3, "harmony: found IODev $d for device $id" ; + Log3 undef, 3, "harmony: IODev for device $id is $d" ; return $d; } }