88_Utils.pm : Updated loglevel for UntoggleDirect($)

git-svn-id: https://svn.fhem.de/fhem/trunk@1932 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass
2012-10-06 20:15:33 +00:00
parent 10f2cf6384
commit a6bb1862a1

View File

@@ -98,7 +98,7 @@ sub rtrim($)
sub UntoggleDirect($)
{
my ($obj) = shift;
Log 3, "UntoggleDirect($obj)";
Log 4, "UntoggleDirect($obj)";
if (Value($obj) eq "toggle"){
if (OldValue($obj) eq "off") {
{fhem ("setstate ".$obj." on")}