...
This commit is contained in:
parent
2a838830c8
commit
e1c546123e
@ -164,7 +164,7 @@ public:
|
|||||||
|
|
||||||
bool ok = db.load(filename);
|
bool ok = db.load(filename);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
logError("CANNOT parse {} file '{}' or it is not accessable!", type, filename);
|
logError("CANNOT parse {} file '{}' or it is not accessible!", type, filename);
|
||||||
logWarn("Keep {} database in default state!", type);
|
logWarn("Keep {} database in default state!", type);
|
||||||
} else {
|
} else {
|
||||||
logInfo("{} database was successfully loaded from '{}' file", type, filename);
|
logInfo("{} database was successfully loaded from '{}' file", type, filename);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user