]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-fcgi-verbose.patch
- up to 1.4.2
[packages/lighttpd.git] / lighttpd-fcgi-verbose.patch
CommitLineData
a09eb3ad
ER
1--- lighttpd-1.3.13/src/mod_fastcgi.c~ 2005-03-06 12:53:02.000000000 +0200
2+++ lighttpd-1.3.13/src/mod_fastcgi.c 2005-04-13 10:36:18.000000000 +0300
3@@ -2101,8 +2101,8 @@
4
5 break;
6 case FCGI_STDERR:
7- log_error_write(srv, __FILE__, __LINE__, "sb",
8- "FastCGI-stderr:", hctx->response);
9+ log_error_write(srv, __FILE__, __LINE__, "sbbb",
10+ "FastCGI-stderr:", con->uri.path, con->uri.authority, hctx->response);
11
12 break;
13 case FCGI_END_REQUEST:
This page took 0.031954 seconds and 4 git commands to generate.