2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

01_FHEMWEB.pm: fix debugging bug

git-svn-id: https://svn.fhem.de/fhem/trunk@13649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-08 20:31:42 +00:00
parent a031b8db05
commit 672938ed23

View File

@ -557,7 +557,7 @@ FW_Read($$)
my $expires = ($cacheable?
("Expires: ".FmtDateTimeRFC1123($now+900)."\r\n") : "");
Log3 $FW_wname, 4,
"name: $arg / RL:$length / $FW_RETTYPE / $compressed / $expires";
"$FW_wname: $arg / RL:$length / $FW_RETTYPE / $compressed / $expires";
if( ! FW_addToWritebuffer($hash,
"HTTP/1.1 $FW_httpRetCode\r\n" .
"Content-Length: $length\r\n" .