fix log message
Igor Sysoev
15 years ago
278 | 278 |
|
279 | 279 |
if (log->log_level != 0) {
|
280 | 280 |
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
281 | |
"invalid log level \"%s\"",
|
|
281 |
"duplicate log level \"%s\"",
|
282 | 282 |
value[i].data);
|
283 | 283 |
return NGX_CONF_ERROR;
|
284 | 284 |
}
|