Calculate properly required/freed size in transactions.

This commit is contained in:
Juan RP
2012-01-25 04:56:54 +01:00
parent ff0b9b9b59
commit 1a73b93d63
2 changed files with 35 additions and 34 deletions

View File

@@ -185,7 +185,7 @@ show_transaction_sizes(struct transaction *trans)
"%s\n", strerror(errno));
return -1;
}
printf("Total removed size:\t%6s\n", size);
printf("Total freed size:\t%6s\n", size);
}
printf("\n");