diff --git a/SignalServiceKit/Backups/Attachments/BackupAttachmentUploadQueueRunner.swift b/SignalServiceKit/Backups/Attachments/BackupAttachmentUploadQueueRunner.swift index c6220b630c..c29a45cb53 100644 --- a/SignalServiceKit/Backups/Attachments/BackupAttachmentUploadQueueRunner.swift +++ b/SignalServiceKit/Backups/Attachments/BackupAttachmentUploadQueueRunner.swift @@ -624,7 +624,7 @@ class BackupAttachmentUploadQueueRunnerImpl: BackupAttachmentUploadQueueRunner { default: // For other errors stop the queue to prevent thundering herd; // when it starts up again (e.g. on app launch) we will retry. - logger.error("Unknown error occurred; stopping the queue") + logger.error("Unknown error occurred; stopping the queue. \(error)") try? await loader.stop() return .retryableError(error) }