forget a 's' of the format-string (Bug #31)

git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@45 152afb58-edef-0310-8abb-c4023f1b3aa9
Jan Kneschke 2005-02-27 22:48:12 +00:00
parent 107554e28c
commit 75b6e9ff3d
1 changed files with 1 additions and 1 deletions

View File

@ -1424,7 +1424,7 @@ static int fcgi_establish_connection(server *srv, handler_ctx *hctx) {
} else {
fcgi_addr_in.sin_family = AF_INET;
if (0 == inet_aton(host->host->ptr, &(fcgi_addr_in.sin_addr))) {
log_error_write(srv, __FILE__, __LINE__, "sb",
log_error_write(srv, __FILE__, __LINE__, "sbs",
"converting IP-adress failed for", host->host,
"\nBe sure to specify an IP address here");