Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiehanson committed Jul 29, 2012
1 parent 317296e commit 1320cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcode/iPhoneXMPP/Classes/iPhoneXMPPAppDelegate.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ - (void)xmppStream:(XMPPStream *)sender didNotAuthenticate:(NSXMLElement *)error


- (BOOL)xmppStream:(XMPPStream *)sender didReceiveIQ:(XMPPIQ *)iq - (BOOL)xmppStream:(XMPPStream *)sender didReceiveIQ:(XMPPIQ *)iq
{ {
DDLogVerbose(@"%@: %@ - %@", THIS_FILE, THIS_METHOD, [iq elementID]); DDLogVerbose(@"%@: %@", THIS_FILE, THIS_METHOD);


return NO; return NO;
} }
Expand Down

0 comments on commit 1320cc8

Please sign in to comment.