98_WD,98_HC: Loglevel changed

git-svn-id: https://svn.fhem.de/fhem/trunk@9992 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63
2015-11-24 18:34:35 +00:00
parent 421a106cb6
commit ce4fe4328b

View File

@@ -697,7 +697,7 @@ sub WeekdayTimer_isAnActiveTimer ($$$) {
Log3 $hash, 5, "[$name] condition: $xPression";
my $ret = AnalyzeCommandChain(undef, $xPression);
Log3 $hash, 3, "[$name] result of condition:$ret";
Log3 $hash, 5, "[$name] result of condition:$ret";
return $ret;
}
################################################################################