redirect message printed now on loglevel 4 instead on 2

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1943 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-10-09 19:22:07 +00:00
parent 61a17a8a9b
commit 8af18bb474

View File

@ -451,7 +451,7 @@ FW_AnswerCall($)
} elsif($arg !~ m/^$FW_ME(.*)/) {
my $c = $me->{CD};
Log 2, "$FW_wname: redirecting $arg to $FW_ME";
Log 4, "$FW_wname: redirecting $arg to $FW_ME";
print $c "HTTP/1.1 302 Found\r\n",
"Content-Length: 0\r\n",
"Location: $FW_ME\r\n\r\n";