From 0a1931d20e3ecbccfbcdb258a7f9fa9cd2264887 Mon Sep 17 00:00:00 2001 From: Stephan Diederich Date: Tue, 16 Jul 2013 18:15:07 +0200 Subject: [PATCH] adjust comment --- Classes/BITStoreUpdateManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITStoreUpdateManager.m b/Classes/BITStoreUpdateManager.m index 193e1a862b..6a994a4b0f 100644 --- a/Classes/BITStoreUpdateManager.m +++ b/Classes/BITStoreUpdateManager.m @@ -318,7 +318,7 @@ country = [NSString stringWithFormat:@"&country=%@", [(NSDictionary *)self.currentLocale objectForKey:NSLocaleCountryCode]]; } else { // don't check, just to be save - BITHockeyLog(@"ERROR: Locale returned nil, can't determine the language!"); + BITHockeyLog(@"ERROR: Locale returned nil, can't determine the store to use!"); self.checkInProgress = NO; return; }