mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
remove semicolon, because it is already in "nginx: " prefix
This commit is contained in:
@@ -328,7 +328,7 @@ ngx_log_init(u_char *prefix)
|
||||
|
||||
if (ngx_log_file.fd == NGX_INVALID_FILE) {
|
||||
ngx_log_stderr(ngx_errno,
|
||||
"[alert]: could not open error log file: "
|
||||
"[alert] could not open error log file: "
|
||||
ngx_open_file_n " \"%s\" failed", name);
|
||||
#if (NGX_WIN32)
|
||||
ngx_event_log(ngx_errno,
|
||||
|
||||
Reference in New Issue
Block a user