aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/modules/perl')
-rw-r--r--src/http/modules/perl/nginx.xs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs
index 665f14e37..a32c85e73 100644
--- a/src/http/modules/perl/nginx.xs
+++ b/src/http/modules/perl/nginx.xs
@@ -873,7 +873,6 @@ log_error(r, err, msg)
p = (u_char *) SvPV(msg, len);
- ngx_log_error(NGX_LOG_ERR, r->connection->log, e,
- "perl: %s", p);
+ ngx_log_error(NGX_LOG_ERR, r->connection->log, e, "perl: %s", p);
XSRETURN_EMPTY;