mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
Camino only - Remove extra parameter is bookmark failure logging; no bug. r/sr=josh
This commit is contained in:
parent
0ee8cf17c8
commit
e75c116d6b
@ -2009,7 +2009,7 @@ static BookmarkManager* gBookmarkManager = nil;
|
|||||||
// 1 is NSAtomicWrite, but we don't have the 10.4 headers. It's temp code, so we'll just hard-code it.
|
// 1 is NSAtomicWrite, but we don't have the 10.4 headers. It's temp code, so we'll just hard-code it.
|
||||||
success = [bookmarkData writeToFile:backupFile options:1 error:&error];
|
success = [bookmarkData writeToFile:backupFile options:1 error:&error];
|
||||||
if (!success)
|
if (!success)
|
||||||
NSLog(@"writePropertyListFile: %@ (%@)", pathToFile,
|
NSLog(@"writePropertyListFile: %@ (%@)",
|
||||||
[error localizedDescription], [error localizedFailureReason]);
|
[error localizedDescription], [error localizedFailureReason]);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user