]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-error_format.patch
- sort BR
[packages/lighttpd.git] / lighttpd-error_format.patch
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.060159 seconds and 3 git commands to generate.