Skip to content

Commit 11a477e

Browse files
committed
Merge pull request robbiehanson#68 from darkfader/master
LogVerbose format error
2 parents 19ffd8f + c3bf685 commit 11a477e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
*.mode1v3
33
*.mode2v3
44
xcuserdata
5+
6+
.DS_Store

GCD/GCDAsyncUdpSocket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@ - (void)maybeConnect
31913191

31923192
if (connectPacket->resolveInProgress)
31933193
{
3194-
LogVerbose(@"%@: Waiting for DNS resolve...");
3194+
LogVerbose(@"Waiting for DNS resolve...");
31953195
}
31963196
else
31973197
{

0 commit comments

Comments
 (0)