From 332efbc4122d5028b6e61b15c155d477a29c8622 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 12 Dec 2006 20:58:41 +0000 Subject: [PATCH] style fix --- src/http/modules/perl/nginx.xs | 3 +-- 1 file changed, 1 insertion(+), 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;