comparison src/core/nginx.c @ 4593:834049edae24

Fixed grammar in error messages.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 12 Apr 2012 19:35:41 +0000
parents f31162fefe01
children 2220ce29b9d3
comparison
equal deleted inserted replaced
4592:ab1649495d30 4593:834049edae24
647 647
648 if (pid == NGX_INVALID_PID) { 648 if (pid == NGX_INVALID_PID) {
649 if (ngx_rename_file(ccf->oldpid.data, ccf->pid.data) != NGX_OK) { 649 if (ngx_rename_file(ccf->oldpid.data, ccf->pid.data) != NGX_OK) {
650 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno, 650 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
651 ngx_rename_file_n " %s back to %s failed after " 651 ngx_rename_file_n " %s back to %s failed after "
652 "the try to execute the new binary process \"%s\"", 652 "an attempt to execute new binary process \"%s\"",
653 ccf->oldpid.data, ccf->pid.data, argv[0]); 653 ccf->oldpid.data, ccf->pid.data, argv[0]);
654 } 654 }
655 } 655 }
656 656
657 ngx_free(env); 657 ngx_free(env);