mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
another warning gone
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
[self callBackWithStatus: PORT_STATUS_CLOSED];
|
||||
else
|
||||
{
|
||||
NSLog([NSString stringWithFormat: @"Unable to get port status: invalid response (%@)", probeString]);
|
||||
NSLog(@"Unable to get port status: invalid response (%@)", probeString);
|
||||
[self callBackWithStatus: PORT_STATUS_ERROR];
|
||||
}
|
||||
[probeString release];
|
||||
|
||||
Reference in New Issue
Block a user