Latest update - 7454

This commit is contained in:
2019-02-01 08:41:13 +09:00
parent 4742b11713
commit f924949dff
4 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -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;
}