From 85fe68d3c4f4419856dc8d309a15efa04a1d97c8 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Wed, 28 Jun 2017 19:08:40 -1000 Subject: [PATCH] Fix typo after rename // FREEBIE --- src/Messages/Attachments/TSAttachmentStream.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Messages/Attachments/TSAttachmentStream.m b/src/Messages/Attachments/TSAttachmentStream.m index 14860f960..27ad97922 100644 --- a/src/Messages/Attachments/TSAttachmentStream.m +++ b/src/Messages/Attachments/TSAttachmentStream.m @@ -310,7 +310,7 @@ NS_ASSUME_NONNULL_BEGIN NSError *deletionError; [fileManager removeItemAtURL:url error:&deletionError]; if (deletionError) { - OWSFail(@"failed to remove item at path: %@ with error: %@", filePath, deletionError); + OWSFail(@"failed to remove item at path: %@ with error: %@", url, deletionError); // continue to try to delete remaining items. } }