fixed crash cause by missing comma (patch from <bobby@alphatrade.com>)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@958 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 17 years ago
parent 649cc0b7bc
commit de3bdbf1a2

@ -2854,7 +2854,7 @@ static handler_t fcgi_write_request(server *srv, handler_ctx *hctx) {
* -> EAGAIN */
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:"
"backend is overloaded, we disable it for a 2 seconds and send the request to another backend instead:",
"reconnects:", hctx->reconnects,
"load:", host->load,
host->unixsocket);

Loading…
Cancel
Save