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:
justme1968
2014-11-06 16:31:57 +00:00
parent 8f8ca136a2
commit 8277e77c68

View File

@@ -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;
}
}