mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Make output better human-readable, keeping at the same time script-readable
This commit is contained in:
parent
8e52da6e14
commit
2fcdfd5029
@ -523,7 +523,7 @@ void nbackup::lock_database(bool get_size)
|
||||
{
|
||||
get_database_size();
|
||||
if (db_size_pages)
|
||||
printf("%d", db_size_pages);
|
||||
printf("%d\n", db_size_pages);
|
||||
}
|
||||
}
|
||||
catch (const Firebird::Exception&) {
|
||||
|
Loading…
Reference in New Issue
Block a user