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:
parent
24fda8b034
commit
7ed77f371f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user