fix typo (fixes #2519)
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2916 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.34
parent
1985df2a48
commit
4938c94ada
|
@ -355,7 +355,7 @@ handler_t http_response_prepare(server *srv, connection *con) {
|
|||
}
|
||||
|
||||
if (con->conf.log_request_handling) {
|
||||
log_error_write(srv, __FILE__, __LINE__, "s", "-- sanatising URI");
|
||||
log_error_write(srv, __FILE__, __LINE__, "s", "-- sanitising URI");
|
||||
log_error_write(srv, __FILE__, __LINE__, "sb", "URI-path : ", con->uri.path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue