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:
@@ -127,7 +127,7 @@ energy_Update($)
|
||||
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 %readings = ();
|
||||
|
||||
Reference in New Issue
Block a user