8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Fix error message print

This commit is contained in:
Roman Simakov 2022-12-12 21:57:22 +03:00
parent 24fda8b034
commit 7ed77f371f

View File

@ -1053,7 +1053,7 @@ bool Validation::run(thread_db* tdbb, USHORT flags)
cleanup();
gds__log("Database: %s\n\tValidation finished: %d errors, %d warnings, %d fixed, %d ignored",
fileName.c_str(), vdr_errors, vdr_warns, vdr_fixed);
fileName.c_str(), vdr_errors, vdr_warns, vdr_fixed, vdr_ignored);
} // try
catch (const Firebird::Exception& ex)
{