Loglevel is now 3, as described in http://fhem.de/commandref.html#verbose
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2768 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -199,7 +199,7 @@ FS20_Set($@)
|
|||||||
return "Bad time spec" if($na == 3 && $a[2] !~ m/^\d*\.?\d+$/);
|
return "Bad time spec" if($na == 3 && $a[2] !~ m/^\d*\.?\d+$/);
|
||||||
|
|
||||||
my $v = join(" ", @a);
|
my $v = join(" ", @a);
|
||||||
Log GetLogLevel($name,4), "FS20 set $v";
|
Log GetLogLevel($name,3), "FS20 set $v";
|
||||||
(undef, $v) = split(" ", $v, 2); # Not interested in the name...
|
(undef, $v) = split(" ", $v, 2); # Not interested in the name...
|
||||||
|
|
||||||
my $val;
|
my $val;
|
||||||
|
|||||||
Reference in New Issue
Block a user