logging added in Heating_Control_SetAllTemps()

git-svn-id: https://svn.fhem.de/fhem/trunk@3708 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63
2013-08-15 19:09:37 +00:00
parent 14b11bb535
commit c7f0aefaf5

View File

@@ -257,6 +257,7 @@ Heating_Control_Update($)
my $nowSwitch = 0;
my $loglevel = GetLogLevel ($hash->{NAME}, 5);
# $loglevel = 3;
my $startIdx;
for (my $d=-1; $d>=-7; $d--) {
@@ -348,7 +349,9 @@ sub Heating_Control_SetAllTemps() { # {Heating_Control_SetAllTemps()}
}
}
Heating_Control_Update($hash);
Log 3, "Heating_Control_Update() for $hash->{NAME} done!";
}
Log 3, "Heating_Control_SetAllTemps() done!";
}
sub SortNumber {