]> granicus.if.org Git - transmission/commitdiff
fix another warning regarding casting during logging
authorMitchell Livingston <livings124@transmissionbt.com>
Sat, 7 Aug 2010 16:44:31 +0000 (16:44 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sat, 7 Aug 2010 16:44:31 +0000 (16:44 +0000)
macosx/UKKQueue/UKFNSubscribeFileWatcher.m

index f4df11ee75a42e2f095a24f520e5b5f4c1dbe916..d642a3a0d40f28e29fd3c6aff962358815182d30 100644 (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;
     }