]> git.kaiwu.me - nginx.git/commitdiff
log how big fastcgi record
authorIgor Sysoev <igor@sysoev.ru>
Sat, 1 Dec 2007 14:23:53 +0000 (14:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 1 Dec 2007 14:23:53 +0000 (14:23 +0000)
src/http/modules/ngx_http_fastcgi_module.c

index 36c59ce4eab7f39a0b198e61b54639348c70f30a..5a15fc1e2d2fa84a52cbeeffb26a51ea05b26e6b 100644 (file)
@@ -553,7 +553,7 @@ ngx_http_fastcgi_create_request(ngx_http_request_t *r)
 
     if (len > 65535) {
         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
-                      "fastcgi: the request record is too big");
+                      "fastcgi request record is too big: %uz", len);
         return NGX_ERROR;
     }