forked from Qortal/qortal
Improved clarity of file deletion message.
This commit is contained in:
parent
9e3847e56f
commit
7ccb99aa2c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user