fixed error-msg

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@943 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 18 years ago
parent a1e6331f04
commit e41496fba7

@ -2853,7 +2853,7 @@ static handler_t fcgi_write_request(server *srv, handler_ctx *hctx) {
/* cool down the backend, it is overloaded
* -> EAGAIN */
log_error_write(srv, __FILE__, __LINE__, "sdsdsdb",
log_error_write(srv, __FILE__, __LINE__, "ssdsdb",
"backend is overloaded, we disable it for a 2 seconds and send the request to another backend instead:"
"reconnects:", hctx->reconnects,
"load:", host->load,

Loading…
Cancel
Save