Fix log typo.

This commit is contained in:
Greyson Parrelli
2026-01-09 13:32:45 -05:00
committed by Michelle Tang
parent b06f0bba61
commit 3858024116

View File

@@ -232,7 +232,7 @@ class ArchiveAttachmentReconciliationJob private constructor(
newBackupJobRequired = true
bookkeepingErrorCount++
} else {
Log.w(TAG, "[Fullsize] Did not need to reset the the transfer state by hash/key because the attachment either no longer exists or the upload is already in-progress.", true)
Log.w(TAG, "[Fullsize] Did not need to reset the transfer state by hash/key because the attachment either no longer exists or the upload is already in-progress.", true)
}
}
}