1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 06:00:41 +00:00

another warning gone

This commit is contained in:
Mitchell Livingston 2009-09-12 02:48:57 +00:00
parent 2147b90172
commit e7a5aafb27

View file

@ -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];