changeset 1678:d24280472a9f

log how big fastcgi record
author Igor Sysoev <igor@sysoev.ru>
date Sat, 01 Dec 2007 14:23:53 +0000
parents c997912a8f0b
children ca317d9b5c09
files src/http/modules/ngx_http_fastcgi_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -553,7 +553,7 @@ ngx_http_fastcgi_create_request(ngx_http
 
     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;
     }