diff --git a/fileTransfer/oldTransferRecovery.go b/fileTransfer/oldTransferRecovery.go
index 3294455398d1dee3c73579d518a5fecbdf976f27..2957e1b156835be260c470910b8767d0653a8b4b 100644
--- a/fileTransfer/oldTransferRecovery.go
+++ b/fileTransfer/oldTransferRecovery.go
@@ -51,7 +51,7 @@ func (m Manager) oldTransferRecovery(healthyChan chan bool, chanID uint64) {
 
 	// Return if there are no parts to recover
 	if len(sentRounds) == 0 {
-		jww.TRACE.Print(
+		jww.DEBUG.Print(
 			"[FT] No in-progress rounds from old transfers to recover.")
 		return
 	}