2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 19:36:02 +00:00

37_harmony.pm: small change to log message text

git-svn-id: https://svn.fhem.de/fhem/trunk@6899 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-11-06 16:31:57 +00:00
parent 1e14a81bee
commit 6cdbda2352

View File

@ -254,7 +254,7 @@ harmony_hubOfDevice($)
next if( $defs{$d}->{TYPE} ne "harmony" ); next if( $defs{$d}->{TYPE} ne "harmony" );
next if( $defs{$d}->{id} ); next if( $defs{$d}->{id} );
next if( !harmony_deviceOfId($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; return $d;
} }
} }