2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 20:06:18 +00:00

change log level 3 -> 4

git-svn-id: https://svn.fhem.de/fhem/trunk@3294 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
bentele 2013-06-17 09:23:05 +00:00
parent 74438a3a89
commit 9378ddb9fa

View File

@ -127,7 +127,7 @@ energy_Update($)
InternalTimer(gettimeofday() + $hash->{Interval}, "energy_Update", $hash, 0); InternalTimer(gettimeofday() + $hash->{Interval}, "energy_Update", $hash, 0);
} }
Log 3, "$hash->{NAME} tries to contact SML at $hash->{Host}:$hash->{Port}"; Log 4, "$hash->{NAME} tries to contact SML at $hash->{Host}:$hash->{Port}";
my $success = 0; my $success = 0;
my %readings = (); my %readings = ();