diff 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
line wrap: on
line diff
--- a/src/core/ngx_log.c	Mon Mar 15 15:26:11 2004 +0000
+++ b/src/core/ngx_log.c	Tue Mar 16 07:10:12 2004 +0000
@@ -325,8 +325,8 @@
 
 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log)
 {
-    ngx_int_t   i, n, d;
-    ngx_str_t  *value;
+    ngx_uint_t   i, n, d;
+    ngx_str_t   *value;
 
     value = cf->args->elts;