]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-error_format.patch
- verbose error logging of fcgi scripts stderr
[packages/lighttpd.git] / lighttpd-error_format.patch
CommitLineData
0f5ea33e
ER
1--- src/mod_fastcgi.c~ 2005-02-20 16:59:47.000000000 +0200
2+++ src/mod_fastcgi.c 2005-02-27 14:09:29.000000000 +0200
3@@ -1424,7 +1424,7 @@
4 } else {
5 fcgi_addr_in.sin_family = AF_INET;
6 if (INADDR_NONE == (fcgi_addr_in.sin_addr.s_addr = inet_addr(host->host->ptr))) {
7- log_error_write(srv, __FILE__, __LINE__, "sb",
8+ log_error_write(srv, __FILE__, __LINE__, "sbs",
9 "converting IP-adress failed for", host->host,
10 "\nBe sure to specify an IP address here");
11
This page took 0.030458 seconds and 4 git commands to generate.