fix another warning regarding casting during logging

This commit is contained in:
Mitchell Livingston
2010-08-07 16:44:31 +00:00
parent e8101870a3
commit 2d79a31b9a

View File

@@ -102,7 +102,7 @@ void UKFileSubscriptionProc(FNMessage message, OptionBits flags, void *refcon
kNilOptions, &subscription );
if( err != noErr )
{
NSLog( @"UKFNSubscribeFileWatcher addPath: %@ failed due to error ID=%ld.", path, err );
NSLog( @"UKFNSubscribeFileWatcher addPath: %@ failed due to error ID=%d.", path, err );
return;
}