comparison src/core/ngx_log.c @ 3871:8ccd6ed1d4bb

remove semicolon, because it is already in "nginx: " prefix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 21 Feb 2011 11:47:28 +0000
parents 75ffcfc700f3
children bf452af6c1d2
comparison
equal deleted inserted replaced
3870:8cd7594916ec 3871:8ccd6ed1d4bb
326 NGX_FILE_CREATE_OR_OPEN, 326 NGX_FILE_CREATE_OR_OPEN,
327 NGX_FILE_DEFAULT_ACCESS); 327 NGX_FILE_DEFAULT_ACCESS);
328 328
329 if (ngx_log_file.fd == NGX_INVALID_FILE) { 329 if (ngx_log_file.fd == NGX_INVALID_FILE) {
330 ngx_log_stderr(ngx_errno, 330 ngx_log_stderr(ngx_errno,
331 "[alert]: could not open error log file: " 331 "[alert] could not open error log file: "
332 ngx_open_file_n " \"%s\" failed", name); 332 ngx_open_file_n " \"%s\" failed", name);
333 #if (NGX_WIN32) 333 #if (NGX_WIN32)
334 ngx_event_log(ngx_errno, 334 ngx_event_log(ngx_errno,
335 "could not open error log file: " 335 "could not open error log file: "
336 ngx_open_file_n " \"%s\" failed", name); 336 ngx_open_file_n " \"%s\" failed", name);