Fix Logger typo
This commit is contained in:
parent
52c80bbd5a
commit
8263a5ad34
@ -373,7 +373,7 @@ class BackupListMediaManagerImpl: BackupListMediaManager {
|
||||
.compactMap { try? Attachment(record: $0) }
|
||||
}
|
||||
let lastAttachmentId = attachments.last?.id
|
||||
Logger.info("Checking attachments [\(startAttachmentId.map(String.init) ?? "")...\(lastAttachmentId.map(String.init) ?? "")]")
|
||||
logger.info("Checking attachments [\(startAttachmentId.map(String.init) ?? "")...\(lastAttachmentId.map(String.init) ?? "")]")
|
||||
|
||||
for attachment in attachments {
|
||||
guard let fullsizeMediaName = attachment.mediaName else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user