Skip to content

Commit c3bf685

Browse files
committed
LogVerbose format error
1 parent 19ffd8f commit c3bf685

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)