fix define log output, PORT

This commit is contained in:
Marko Oldenburg 2015-09-17 21:25:34 +02:00
parent 0c3ccbcbcf
commit 403f444bb4

View File

@ -85,7 +85,7 @@ my ( $hash, $def ) = @_;
$hash->{helper}{infoErrorCounter} = 0;
$hash->{helper}{setCmdErrorCounter} = 0;
Log3 $name, 3, "AMAD ($name) - defined with host $hash->{HOST} on port $hash->{HOST} and interval $hash->{INTERVAL} (sec)";
Log3 $name, 3, "AMAD ($name) - defined with host $hash->{HOST} on port $hash->{PORT} and interval $hash->{INTERVAL} (sec)";
AMAD_GetUpdateLocal( $hash );