Clean up ahead of PR.

pull/1/head
Matthew Chen 8 years ago
parent 7429e1968c
commit 779e89fe74

@ -53,8 +53,10 @@ NS_ASSUME_NONNULL_BEGIN
return; return;
} }
if ([fileManager fileExistsAtPath:newFilePath]) { if ([fileManager fileExistsAtPath:newFilePath]) {
OWSFail( OWSFail(@"%@ Can't move file or directory from %@ to %@; destination already exists.",
@"%@ Can't move file from %@ to %@; destination already exists.", self.logTag, oldFilePath, newFilePath); self.logTag,
oldFilePath,
newFilePath);
return; return;
} }

Loading…
Cancel
Save