This commit is contained in:
Timur A. Fatkhullin 2025-03-19 17:42:45 +03:00
parent 2a838830c8
commit e1c546123e

View File

@ -164,7 +164,7 @@ public:
bool ok = db.load(filename);
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);
} else {
logInfo("{} database was successfully loaded from '{}' file", type, filename);