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
This commit is contained in:
justme1968
2014-11-06 16:31:57 +00:00
parent 923a0d8f49
commit 553d687737

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