summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2013-09-06 16:44:39 +0000
committerStefan Bühler <stbuehler@web.de>2013-09-06 16:44:39 +0000
commit3863053b9970cfe5858f1d548d67e78a6cac1f0a (patch)
treea9e50eeb950eaa7dffac645f3295326fa0504119
parent29ff92d9ba189538954cf7b97f4a8183d87cb763 (diff)
downloadlighttpd-git-3863053b9970cfe5858f1d548d67e78a6cac1f0a.tar.gz
[mod_scgi] fix log typos
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2902 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--src/mod_scgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_scgi.c b/src/mod_scgi.c
index 4c782ccd..56b0aa9d 100644
--- a/src/mod_scgi.c
+++ b/src/mod_scgi.c
@@ -2807,7 +2807,7 @@ static handler_t scgi_check_extension(server *srv, connection *con, void *p_d, i
if (con->conf.log_request_handling) {
log_error_write(srv, __FILE__, __LINE__, "s",
- "handling it in mod_fastcgi");
+ "handling it in mod_scgi");
}
/* the prefix is the SCRIPT_NAME,
@@ -2865,7 +2865,7 @@ static handler_t scgi_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");
+ log_error_write(srv, __FILE__, __LINE__, "s", "handling it in mod_scgi");
}
}