From 8740aa863b2240a529ca6e707f9d06a7ebd5eb6b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 4 Jan 2008 14:25:52 -0800 Subject: [PATCH] Readd a space after a colon --- Source/SocketWrapper.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SocketWrapper.m b/Source/SocketWrapper.m index 13af199..4e1f1f9 100644 --- a/Source/SocketWrapper.m +++ b/Source/SocketWrapper.m @@ -292,7 +292,7 @@ NSString *NsockDataSent = @"SocketWrapper_DataSent"; if (sent < [data length]) { // TODO - do we really need to worry about partial sends with the lenght of our commands? - NSLog(@"FAIL:only partial packet was sent; sent %d bytes", sent); + NSLog(@"FAIL: only partial packet was sent; sent %d bytes", sent); } [self postNotification:NsockDataSent withObject:[data substringToIndex:sent]]; -- 2.22.5