From de3bdbf1a21367147f25af0ca41a454876564339 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 25 Jan 2006 09:58:43 +0000 Subject: [PATCH] fixed crash cause by missing comma (patch from ) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@958 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/mod_fastcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_fastcgi.c b/src/mod_fastcgi.c index 8b1be0a5..38fa3a1e 100644 --- a/src/mod_fastcgi.c +++ b/src/mod_fastcgi.c @@ -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);