mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
another warning gone
This commit is contained in:
parent
2147b90172
commit
e7a5aafb27
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue