comparison src/core/ngx_log.c @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 0ba4821f4460
children 11ff50a35d6d
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
323 } 323 }
324 324
325 325
326 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log) 326 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log)
327 { 327 {
328 ngx_int_t i, n, d; 328 ngx_uint_t i, n, d;
329 ngx_str_t *value; 329 ngx_str_t *value;
330 330
331 value = cf->args->elts; 331 value = cf->args->elts;
332 332
333 for (i = 2; i < cf->args->nelts; i++) { 333 for (i = 2; i < cf->args->nelts; i++) {
334 334