fixed error-msg
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@662 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
4fc9ee0f86
commit
1a50f47b30
|
@ -199,7 +199,7 @@ static int config_insert(server *srv) {
|
|||
srv->srvconf.stat_cache_engine = STAT_CACHE_ENGINE_NONE;
|
||||
} else {
|
||||
log_error_write(srv, __FILE__, __LINE__, "sb",
|
||||
"server.stat-cache-engine can be one of \"none\", \"simple\", \"fam\", but not:", stat_cache_string);
|
||||
"server.stat-cache-engine can be one of \"disable\", \"simple\", \"fam\", but not:", stat_cache_string);
|
||||
ret = HANDLER_ERROR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue