style fix
Igor Sysoev
15 years ago
872 | 872 |
|
873 | 873 |
p = (u_char *) SvPV(msg, len);
|
874 | 874 |
|
875 | |
ngx_log_error(NGX_LOG_ERR, r->connection->log, e,
|
876 | |
"perl: %s", p);
|
|
875 |
ngx_log_error(NGX_LOG_ERR, r->connection->log, e, "perl: %s", p);
|
877 | 876 |
|
878 | 877 |
XSRETURN_EMPTY;
|