From: Igor Sysoev Date: Tue, 12 Dec 2006 20:58:41 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.5.3~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=332efbc4122d5028b6e61b15c155d477a29c8622;p=nginx.git style fix --- 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;