diff --git a/SignalServiceKit/src/Messages/Attachments/TSAttachmentStream.m b/SignalServiceKit/src/Messages/Attachments/TSAttachmentStream.m index c5e70b384..15c4d2055 100644 --- a/SignalServiceKit/src/Messages/Attachments/TSAttachmentStream.m +++ b/SignalServiceKit/src/Messages/Attachments/TSAttachmentStream.m @@ -192,7 +192,7 @@ typedef void (^OWSLoadedThumbnailSuccess)(OWSLoadedThumbnail *loadedThumbnail); OWSFailDebug(@"Missing path for attachment."); return NO; } - OWSLogInfo(@"Writing attachment to file: %@", filePath); + OWSLogDebug(@"Writing attachment to file: %@", filePath); return [data writeToFile:filePath options:0 error:error]; } @@ -205,7 +205,7 @@ typedef void (^OWSLoadedThumbnailSuccess)(OWSLoadedThumbnail *loadedThumbnail); OWSFailDebug(@"Missing path for attachment."); return NO; } - OWSLogInfo(@"Writing attachment to file: %@", filePath); + OWSLogDebug(@"Writing attachment to file: %@", filePath); return [dataSource writeToPath:filePath]; }