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; }