comparison src/core/ngx_open_file_cache.c @ 5327:6b479db5b52b

Format specifier fixes in error logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 20 Aug 2013 20:47:16 +0400
parents 95ab6658654a
children acd51b0f6fd4
comparison
equal deleted inserted replaced
5326:d22eb224aedf 5327:6b479db5b52b
122 } 122 }
123 } 123 }
124 124
125 if (cache->current) { 125 if (cache->current) {
126 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, 126 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
127 "%d items still leave in open file cache", 127 "%ui items still leave in open file cache",
128 cache->current); 128 cache->current);
129 } 129 }
130 130
131 if (cache->rbtree.root != cache->rbtree.sentinel) { 131 if (cache->rbtree.root != cache->rbtree.sentinel) {
132 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, 132 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,