mirror of
https://github.com/nginx/nginx.git
synced 2025-08-05 22:26:15 +08:00
Use %s for errors returned from configuration parsing handlers.
This commit is contained in:
parent
097b1121fd
commit
34a8b4506a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user