comparison src/http/modules/perl/nginx.xs @ 910:918e19c51a65

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Dec 2006 20:58:41 +0000
parents f01e6664f9be
children 73c66ed9a9cd
comparison
equal deleted inserted replaced
909:f01e6664f9be 910:918e19c51a65
871 msg = SvRV(msg); 871 msg = SvRV(msg);
872 } 872 }
873 873
874 p = (u_char *) SvPV(msg, len); 874 p = (u_char *) SvPV(msg, len);
875 875
876 ngx_log_error(NGX_LOG_ERR, r->connection->log, e, 876 ngx_log_error(NGX_LOG_ERR, r->connection->log, e, "perl: %s", p);
877 "perl: %s", p);
878 877
879 XSRETURN_EMPTY; 878 XSRETURN_EMPTY;