diff options
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r-- | src/core/ngx_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 371c72519..e74525e4d 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -325,8 +325,8 @@ static char *ngx_set_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 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; |