# HG changeset patch # User Igor Sysoev # Date 1196519033 0 # Node ID d24280472a9fe849ddc8adf1c6afb5e369450a55 # Parent c997912a8f0b3036977f7669a9ec147ec857885d log how big fastcgi record diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c --- 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; }