2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 16:05:19 +00:00

98_HTTPMOD: removed wrong debug log detail

git-svn-id: https://svn.fhem.de/fhem/trunk@27065 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
StefanStrobel 2023-01-15 17:33:44 +00:00
parent f3bc72947f
commit 8d60365706

View File

@ -511,7 +511,7 @@ sub AttrFn {
}
}
elsif ($aName =~ /((get|set)[0-9]*)?[Rr]eplacement([0-9]*)Value/) {
Log3 $name, 5, "$name: validating attr $name $aName $aVal, check for replacement${2}Mode";
Log3 $name, 5, "$name: validating attr $name $aName $aVal";
if (AttrVal($name, "replacement${3}Mode", "text") eq "expression") {
return "Invalid Expression $aVal" if (!EvalExpr($hash,
{expr => $aVal, action => "attr $aName", checkOnly => 1}));