[Styling] Fix missed space
I sincerely hope thats the last of them
This commit is contained in:
parent
8bd4f300bd
commit
f223312364
@ -642,7 +642,7 @@ bool Database::CheckDatabaseVersion(DatabaseTypes database)
|
|||||||
sLog.outErrorDb();
|
sLog.outErrorDb();
|
||||||
PrintErrorYouNeedDatabaseVersionExpectedByCore(core_db_requirements);
|
PrintErrorYouNeedDatabaseVersionExpectedByCore(core_db_requirements);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sLog.outString("The table `db_version` indicates that your [%s] database has a higher version than the one referenced by the core."
|
sLog.outString("The table `db_version` indicates that your [%s] database has a higher version than the one referenced by the core."
|
||||||
"\nYou have probably applied DB updates, and that's a good thing to keep your server up to date.", core_db_requirements.dbname.c_str());
|
"\nYou have probably applied DB updates, and that's a good thing to keep your server up to date.", core_db_requirements.dbname.c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user