comparison src/core/ngx_open_file_cache.c @ 6219:808fd1f0b94b

Fixed typo in the error message.
author Andrei Belov <defan@nginx.com>
date Tue, 11 Aug 2015 10:28:00 +0300
parents 659464c695b7
children 47daf95d0138
comparison
equal deleted inserted replaced
6218:3096ae76ba47 6219:808fd1f0b94b
126 } 126 }
127 } 127 }
128 128
129 if (cache->current) { 129 if (cache->current) {
130 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, 130 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
131 "%ui items still leave in open file cache", 131 "%ui items still left in open file cache",
132 cache->current); 132 cache->current);
133 } 133 }
134 134
135 if (cache->rbtree.root != cache->rbtree.sentinel) { 135 if (cache->rbtree.root != cache->rbtree.sentinel) {
136 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, 136 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,