mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +00:00
Loglevel is now 3, as described in http://fhem.de/commandref.html#verbose
git-svn-id: https://svn.fhem.de/fhem/trunk@2768 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e9ec74a1f1
commit
eb168bbdb4
@ -199,7 +199,7 @@ FS20_Set($@)
|
||||
return "Bad time spec" if($na == 3 && $a[2] !~ m/^\d*\.?\d+$/);
|
||||
|
||||
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...
|
||||
|
||||
my $val;
|
||||
|
Loading…
x
Reference in New Issue
Block a user