commit | 332efbc4122d5028b6e61b15c155d477a29c8622 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Dec 12 20:58:41 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Dec 12 20:58:41 2006 +0000 |
tree | b89295e3406e77d0574ab668d74c542c4343e216 | |
parent | 7e8dd2578abe362cf3468353af58c8c647941ac9 [diff] |
style fix
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 665f14e..a32c85e 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs
@@ -873,7 +873,6 @@ 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;