зеркало из https://github.com/mozilla/gecko-dev.git
Camino only - Remove extra parameter is bookmark failure logging; no bug. r/sr=josh
This commit is contained in:
Родитель
0ee8cf17c8
Коммит
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.
|
||||
success = [bookmarkData writeToFile:backupFile options:1 error:&error];
|
||||
if (!success)
|
||||
NSLog(@"writePropertyListFile: %@ (%@)", pathToFile,
|
||||
NSLog(@"writePropertyListFile: %@ (%@)",
|
||||
[error localizedDescription], [error localizedFailureReason]);
|
||||
}
|
||||
else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче