mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +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:
parent
6bc8caa7cc
commit
208b951c00
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user