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