From 1690f010acf4f26802a1049b23aed1bbb25c6b75 Mon Sep 17 00:00:00 2001 From: markooldenburg Date: Fri, 18 Sep 2015 06:45:33 +0000 Subject: [PATCH] 74_AMAD: fixed hash->{PORT} in log ouput git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9270 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/74_AMAD.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 39f68b355..94e43bb13 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 74_AMAD: fixed hash->{PORT} in log output - bugfix: 70_PushNotifier: - require Try::Tiny - feature: 70_Jabber: - Added OTR (Off the Record) end to end encryption - Added MUC (Multi-User-Channel) joining and handling diff --git a/fhem/FHEM/74_AMAD.pm b/fhem/FHEM/74_AMAD.pm index 3daccb62e..99aa3052c 100644 --- a/fhem/FHEM/74_AMAD.pm +++ b/fhem/FHEM/74_AMAD.pm @@ -34,7 +34,7 @@ use Time::HiRes qw(gettimeofday); use HttpUtils; -my $version = "0.6.2"; +my $version = "0.6.3"; @@ -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 );