mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-05 09:17:51 +00:00
Reduced log spam
This commit is contained in:
parent
a3702ac6b0
commit
cc98abeffb
@ -204,7 +204,7 @@ public class ArbitraryDataCleanupManager extends Thread {
|
|||||||
|
|
||||||
if (completeFileExists && !allChunksExist) {
|
if (completeFileExists && !allChunksExist) {
|
||||||
// We have the complete file but not the chunks, so let's convert it
|
// We have the complete file but not the chunks, so let's convert it
|
||||||
LOGGER.info(String.format("Transaction %s has complete file but no chunks",
|
LOGGER.debug(String.format("Transaction %s has complete file but no chunks",
|
||||||
Base58.encode(arbitraryTransactionData.getSignature())));
|
Base58.encode(arbitraryTransactionData.getSignature())));
|
||||||
|
|
||||||
ArbitraryTransactionUtils.convertFileToChunks(arbitraryTransactionData, now, STALE_FILE_TIMEOUT);
|
ArbitraryTransactionUtils.convertFileToChunks(arbitraryTransactionData, now, STALE_FILE_TIMEOUT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user