Skip to content

Commit

Permalink
Merge pull request robbiehanson#68 from darkfader/master
Browse files Browse the repository at this point in the history
LogVerbose format error
  • Loading branch information
robbiehanson committed Jun 22, 2012
2 parents 19ffd8f + c3bf685 commit 11a477e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*.mode1v3
*.mode2v3
xcuserdata

.DS_Store
2 changes: 1 addition & 1 deletion GCD/GCDAsyncUdpSocket.m
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ - (void)maybeConnect

if (connectPacket->resolveInProgress)
{
LogVerbose(@"%@: Waiting for DNS resolve...");
LogVerbose(@"Waiting for DNS resolve...");
}
else
{
Expand Down

0 comments on commit 11a477e

Please sign in to comment.