1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 13:35:36 +00:00

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 ); kNilOptions, &subscription );
if( err != noErr ) 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; return;
} }