]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-fcgi-verbose.patch
- update to r2392 (PRE-RELEASE: 1.4.21-r2392)
[packages/lighttpd.git] / lighttpd-fcgi-verbose.patch
index 216fad4a8ada00a429946f50983b02c1232b4f62..49bf9b50f4afd02c6720869c9a8c7a8519c09e54 100644 (file)
@@ -1,11 +1,11 @@
---- lighttpd-1.4.18/src/mod_fastcgi.c~ 2008-03-07 12:34:01.000000000 +0200
-+++ lighttpd-1.4.18/src/mod_fastcgi.c  2008-03-07 12:34:04.082702348 +0200
+--- lighttpd-1.4.18/src/mod_fastcgi.c~ 2008-03-07 12:46:55.000000000 +0200
++++ lighttpd-1.4.18/src/mod_fastcgi.c  2008-03-07 12:46:57.303129742 +0200
 @@ -2352,7 +2352,7 @@
                /* no header */
                buffer_free(packet->b);
  
 -              log_error_write(srv, __FILE__, __LINE__, "s", "FastCGI: header too small");
-+              log_error_write(srv, __FILE__, __LINE__, "sdsds", "FastCGI: header too small (", packet->b->used, " bytes < ", sizeof(FCGI_Header), " bytes)");
++              log_error_write(srv, __FILE__, __LINE__, "sdsds", "FastCGI: header too small:", packet->b->used, "bytes <", sizeof(FCGI_Header), "bytes");
                return -1;
        }
  
This page took 0.08971 seconds and 4 git commands to generate.