mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
loglevel change
git-svn-id: https://svn.fhem.de/fhem/trunk@855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
88fb1bcdc4
commit
382670ea5c
@ -49,7 +49,7 @@ CUL_HOERMANN_Parse($$)
|
||||
$def->{CHANGED}[0] = "toggle";
|
||||
$def->{READINGS}{state}{TIME} = TimeNow();
|
||||
$def->{READINGS}{state}{VAL} = "toggle";
|
||||
Log GetLogLevel($name,2), "CUL_HOERMANN $name toggle";
|
||||
Log GetLogLevel($name,4), "CUL_HOERMANN $name toggle";
|
||||
return $name;
|
||||
|
||||
} else {
|
||||
|
@ -167,7 +167,6 @@ FileLog_Get($@)
|
||||
" <infile> is without direcory, - means the current file\n" .
|
||||
" <outfile> is a prefix, - means stdout\n"
|
||||
if(int(@a) < 5);
|
||||
Log 1, join("/", @a);
|
||||
shift @a;
|
||||
my $inf = shift @a;
|
||||
my $outf = shift @a;
|
||||
|
Loading…
x
Reference in New Issue
Block a user