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:
parent
e8101870a3
commit
2d79a31b9a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue