2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

74_AMAD: fixed hash->{PORT} in log ouput

git-svn-id: https://svn.fhem.de/fhem/trunk@9270 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markooldenburg 2015-09-18 06:45:33 +00:00
parent fdbe2696fd
commit 34c6fa09e8
2 changed files with 3 additions and 2 deletions

View File

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

View File

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