mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
Fixed loggin
This commit is contained in:
@ -155,7 +155,7 @@ bool UrlMatchList::load() {
|
||||
|
||||
Dir dir;
|
||||
if (!dir.set(dirname.c_str()) || !dir.open()) {
|
||||
logError("Had error opening directory %s", g_hostdb.m_dir);
|
||||
logError("Had error opening directory %s", dirname.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user