Improved clarity of file deletion message.

This commit is contained in:
CalDescent 2021-12-28 17:00:41 +00:00
parent 9e3847e56f
commit 7ccb99aa2c

View File

@ -167,7 +167,7 @@ public class ArbitraryDataCleanupManager extends Thread {
// When a PUT is issued, it replaces any layers that would have been there before.
// Therefore any data relating to this older transaction is no longer needed.
LOGGER.info(String.format("Newer PUT found for %s %s since transaction %s. " +
"Deleting all files.", arbitraryTransactionData.getService(),
"Deleting all files associated with the earlier transaction.", arbitraryTransactionData.getService(),
arbitraryTransactionData.getName(), Base58.encode(signature)));
ArbitraryTransactionUtils.deleteCompleteFileAndChunks(arbitraryTransactionData);