remove semicolon, because it is already in "nginx: " prefix

This commit is contained in:
Igor Sysoev 2011-02-21 11:47:28 +00:00
parent 22434e4c72
commit 32c73df97a

View File

@ -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,