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

One more typo in validation messages

This commit is contained in:
hvlad 2013-12-29 15:55:09 +00:00
parent 2810026363
commit 54a33e39f7

View File

@ -682,7 +682,7 @@ static const TEXT msg_table[VAL_MAX_ERROR][80] =
"Index %d has orphan child page at page %"ULONGFORMAT,
"Index %d has a circular reference at page %"ULONGFORMAT, // 25
"SCN's page %"ULONGFORMAT" (sequence %"ULONGFORMAT") inconsistent",
"Page %"ULONGFORMAT" has SCN %"ULONGFORMAT" while at SCN's page it is "ULONGFORMAT,
"Page %"ULONGFORMAT" has SCN %"ULONGFORMAT" while at SCN's page it is %"ULONGFORMAT,
"Blob %"SQUADFORMAT" has unknown level %d instead of (0, 1, 2)"
};