Skip to content

Commit

Permalink
One more SULog() replacing an NSLog().
Browse files Browse the repository at this point in the history
  • Loading branch information
uliwitness committed Dec 7, 2009
1 parent 7686c86 commit 2e0c1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SUHost.m
Expand Up @@ -23,7 +23,7 @@ - (id)initWithBundle:(NSBundle *)aBundle
{
bundle = [aBundle retain];
if (![bundle bundleIdentifier])
NSLog(@"Sparkle Error: the bundle being updated at %@ has no CFBundleIdentifier! This will cause preference read/write to not work properly.", bundle);
SULog(@"Sparkle Error: the bundle being updated at %@ has no CFBundleIdentifier! This will cause preference read/write to not work properly.", bundle);
}
return self;
}
Expand Down

0 comments on commit 2e0c1b0

Please sign in to comment.