Fix typo after rename

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent d6c5497f64
commit 85fe68d3c4

@ -310,7 +310,7 @@ NS_ASSUME_NONNULL_BEGIN
NSError *deletionError; NSError *deletionError;
[fileManager removeItemAtURL:url error:&deletionError]; [fileManager removeItemAtURL:url error:&deletionError];
if (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. // continue to try to delete remaining items.
} }
} }

Loading…
Cancel
Save