[Styling] Fix missed space

I sincerely hope thats the last of them
This commit is contained in:
Antz 2021-03-16 09:00:29 +00:00 committed by GitHub
parent 8bd4f300bd
commit f223312364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -642,7 +642,7 @@ bool Database::CheckDatabaseVersion(DatabaseTypes database)
sLog.outErrorDb();
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."
"\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());