2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

redirect message printed now on loglevel 4 instead on 2

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

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