loglevel change

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-03-10 19:03:11 +00:00
parent 7d52cd412f
commit 1dc5b98e78
2 changed files with 1 additions and 2 deletions

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;