Camino only - Remove extra parameter is bookmark failure logging; no bug. r/sr=josh

This commit is contained in:
stuart.morgan%alumni.case.edu 2006-12-06 18:04:45 +00:00
Родитель 0ee8cf17c8
Коммит e75c116d6b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {