mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 18:33:52 -05:00
Use %s for errors returned from configuration parsing handlers.
This commit is contained in:
@@ -310,7 +310,7 @@ ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename)
|
||||
goto failed;
|
||||
}
|
||||
|
||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, rv);
|
||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "%s", rv);
|
||||
|
||||
goto failed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user