Skip to content

Commit

Permalink
fix typo in debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
azureatom committed Feb 2, 2015
1 parent 472b00e commit 5af764c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -212,7 +212,7 @@ -(void)reachabilityChanged:(NSNotification*)note
else
{
NSString * temp = [NSString stringWithFormat:@"GOOGLE Notification Says Unreachable(%@)", reach.currentReachabilityString];
NSLog(@"temp");
NSLog(@"%@", temp);

self.notificationLabel.text = temp;
self.notificationLabel.textColor = [UIColor redColor];
Expand Down

0 comments on commit 5af764c

Please sign in to comment.