From 5e02032fc36696e3d59a17e20619c1f004729714 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 2 Mar 2018 16:38:46 -0500 Subject: [PATCH] Fix profile avatar downloads. --- SignalMessaging/profiles/OWSProfileManager.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SignalMessaging/profiles/OWSProfileManager.m b/SignalMessaging/profiles/OWSProfileManager.m index 024c8d14b..4a53d34d1 100644 --- a/SignalMessaging/profiles/OWSProfileManager.m +++ b/SignalMessaging/profiles/OWSProfileManager.m @@ -814,6 +814,8 @@ const NSUInteger kOWSProfileManager_MaxAvatarDiameter = 640; [self.currentAvatarDownloads addObject:userProfile.recipientId]; } + DDLogVerbose(@"%@ downloading profile avatar: %@", self.logTag, userProfile.uniqueId); + NSString *tempDirectory = NSTemporaryDirectory(); NSString *tempFilePath = [tempDirectory stringByAppendingPathComponent:fileName];