mirror of
https://github.com/nginx/nginx.git
synced 2024-12-11 17:59:00 +08:00
style fix
This commit is contained in:
parent
7e8dd2578a
commit
332efbc412
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user