style fix

This commit is contained in:
Igor Sysoev 2006-12-12 20:58:41 +00:00
parent 7e8dd2578a
commit 332efbc412

View File

@ -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;