db/simple/Save: move log call to SimpleDatabase::Load()
This commit is contained in:
@@ -150,6 +150,8 @@ SimpleDatabase::Load()
|
||||
|
||||
TextFile file(path);
|
||||
|
||||
LogDebug(simple_db_domain, "reading DB");
|
||||
|
||||
db_load_internal(file, *root);
|
||||
|
||||
FileInfo fi;
|
||||
|
Reference in New Issue
Block a user