diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-02-21 11:47:28 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-02-21 11:47:28 +0000 |
commit | 32c73df97a205e59d3df9b6def7ca2beb36a4012 (patch) | |
tree | fbbc1f8ce4fd51215c12c4e054598360c454773d /src | |
parent | 22434e4c723ae5d61d48a33f5cd0bf14e6bfd47c (diff) | |
download | nginx-32c73df97a205e59d3df9b6def7ca2beb36a4012.tar.gz nginx-32c73df97a205e59d3df9b6def7ca2beb36a4012.zip |
remove semicolon, because it is already in "nginx: " prefix
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ngx_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 528546ba1..44333146d 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -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, |