diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-12-12 20:58:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-12 20:58:41 +0000 |
commit | 332efbc4122d5028b6e61b15c155d477a29c8622 (patch) | |
tree | b89295e3406e77d0574ab668d74c542c4343e216 /src/http/modules/perl/nginx.xs | |
parent | 7e8dd2578abe362cf3468353af58c8c647941ac9 (diff) | |
download | nginx-332efbc4122d5028b6e61b15c155d477a29c8622.tar.gz nginx-332efbc4122d5028b6e61b15c155d477a29c8622.zip |
style fix
Diffstat (limited to 'src/http/modules/perl/nginx.xs')
-rw-r--r-- | src/http/modules/perl/nginx.xs | 3 |
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; |