comparison src/core/nginx.c @ 6480:f01ab2dbcfdc

Fixed logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:57 +0300
parents 0ff7eff48c7e
children 3b77efe05b92
comparison
equal deleted inserted replaced
6479:dc92298b1852 6480:f01ab2dbcfdc
1508 1508
1509 if (ngx_add_module(cf, &file, module, order) != NGX_OK) { 1509 if (ngx_add_module(cf, &file, module, order) != NGX_OK) {
1510 return NGX_CONF_ERROR; 1510 return NGX_CONF_ERROR;
1511 } 1511 }
1512 1512
1513 ngx_log_debug2(NGX_LOG_DEBUG_CORE, cf->log, 0, "module: %s i:%i", 1513 ngx_log_debug2(NGX_LOG_DEBUG_CORE, cf->log, 0, "module: %s i:%ui",
1514 module->name, module->index); 1514 module->name, module->index);
1515 } 1515 }
1516 1516
1517 return NGX_CONF_OK; 1517 return NGX_CONF_OK;
1518 1518