Skip to content

Commit

Permalink
replace NSLog with DDLog
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuni committed Apr 16, 2013
1 parent 786b7fa commit e0e6032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machiawase-ios/MAWSMachiawase.m
Expand Up @@ -27,7 +27,7 @@ - (void)rendezvous:(NSString *)place1 with:(NSString *)place2 delegate:(id)deleg

- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data
{
NSLog(@"%@", [[NSString alloc]initWithData:data encoding:NSUTF8StringEncoding]);
DDLogVerbose(@"%@", [[NSString alloc]initWithData:data encoding:NSUTF8StringEncoding]);

NSDictionary *resultDictionary = [data messagePackParse];

Expand Down

0 comments on commit e0e6032

Please sign in to comment.