- Timestamp:
- 02/25/10 17:31:35 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo set
to
/branches/PlayerFramework merged eligible
-
Property
svn:mergeinfo set
to
-
trunk/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.m
r977 r1179 324 324 if(error != nil) 325 325 { 326 SapphireLog(SAPPHIRE_LOG_METADATA_STORE, SAPPHIRE_LOG_LEVEL_ DETAIL, @"Save error \"%@\"", error);326 SapphireLog(SAPPHIRE_LOG_METADATA_STORE, SAPPHIRE_LOG_LEVEL_ERROR, @"Save error \"%@\"", error); 327 327 NSArray *details = [[error userInfo] objectForKey:@"NSDetailedErrors"]; 328 328 if(details != nil) … … 331 331 NSError *aError; 332 332 while((aError = [errorEnum nextObject]) != nil) 333 SapphireLog(SAPPHIRE_LOG_METADATA_STORE, SAPPHIRE_LOG_LEVEL_ DETAIL, @"One error is %@: %@", aError, [aError userInfo]);333 SapphireLog(SAPPHIRE_LOG_METADATA_STORE, SAPPHIRE_LOG_LEVEL_ERROR, @"One error is %@: %@", aError, [aError userInfo]); 334 334 } 335 335 NSException *underlying = [[error userInfo] objectForKey:@"NSUnderlyingException"];
