forked from Mirrors/privacore-open-source-search-engine
Log more progress during startup
This commit is contained in:
2
main.cpp
2
main.cpp
@ -1349,10 +1349,12 @@ int main2 ( int argc , char *argv[] ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
log(LOG_DEBUG,"main: initializing word variations: Danish");
|
||||
if(!initializeWordVariationGenerator_Danish()) {
|
||||
log(LOG_WARN, "word-variation-danish initialization failed" );
|
||||
//but not fatal
|
||||
}
|
||||
log(LOG_DEBUG,"main: initialized word variations: Danish");
|
||||
|
||||
// the wiki titles
|
||||
if ( ! g_wiki.load() ) {
|
||||
|
Reference in New Issue
Block a user