change log level 3 -> 4

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3294 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
bentele
2013-06-17 09:23:05 +00:00
parent ebed34c633
commit dfb039e13c

View File

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