mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 11:26:50 +00:00
remove semicolon, because it is already in "nginx: " prefix
This commit is contained in:
parent
22434e4c72
commit
32c73df97a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue