be a bit more verbose for log-request-handling

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@439 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.3.15
Jan Kneschke 18 years ago
parent c1777b764b
commit 39b12c5fc6

@ -3058,6 +3058,10 @@ static handler_t fcgi_check_extension(server *srv, connection *con, void *p_d, i
host->load++;
con->mode = p->id;
if (con->conf.log_request_handling) {
log_error_write(srv, __FILE__, __LINE__, "s", "handling it in mod_fastcgi");
}
}
return HANDLER_GO_ON;
} else {
@ -3079,6 +3083,10 @@ static handler_t fcgi_check_extension(server *srv, connection *con, void *p_d, i
con->mode = p->id;
if (con->conf.log_request_handling) {
log_error_write(srv, __FILE__, __LINE__, "s", "handling it in mod_fastcgi");
}
return HANDLER_FINISHED;
}
} else {

Loading…
Cancel
Save