2
0
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:
rudolfkoenig 2011-03-10 19:03:11 +00:00
parent 88fb1bcdc4
commit 382670ea5c
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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;