comparison src/core/ngx_conf_file.c @ 209:e1c815be05ae

nginx-0.0.1-2003-12-09-18:08:11 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Dec 2003 15:08:11 +0000
parents 8dee38ea9117
children 05592fd7a436
comparison
equal deleted inserted replaced
208:0b67be7d4489 209:e1c815be05ae
228 rc = NGX_ERROR; 228 rc = NGX_ERROR;
229 break; 229 break;
230 230
231 } else { 231 } else {
232 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, 232 ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
233 "\"%s\" directive %s in %s:%d", 233 "the \"%s\" directive %s in %s:%d",
234 name->data, rv, 234 name->data, rv,
235 cf->conf_file->file.name.data, 235 cf->conf_file->file.name.data,
236 cf->conf_file->line); 236 cf->conf_file->line);
237 237
238 rc = NGX_ERROR; 238 rc = NGX_ERROR;