style fix
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 665f14e..a32c85e 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs
@@ -873,7 +873,6 @@ 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;