summaryrefslogtreecommitdiff
path: root/src/mod_scgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_scgi.c')
-rw-r--r--src/mod_scgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_scgi.c b/src/mod_scgi.c
index 2db0308..1948260 100644
--- a/src/mod_scgi.c
+++ b/src/mod_scgi.c
@@ -2528,7 +2528,7 @@ static handler_t scgi_handle_fdevent(void *s, void *ctx, int revents) {
hctx->reconnects < 5) {
scgi_reconnect(srv, hctx);
- log_error_write(srv, __FILE__, __LINE__, "sdsdsd",
+ log_error_write(srv, __FILE__, __LINE__, "ssdsd",
"response not sent, request not sent, reconnection.",
"connection-fd:", con->fd,
"fcgi-fd:", hctx->fd);