adjust comment

This commit is contained in:
Stephan Diederich 2013-07-16 18:15:07 +02:00
parent 125e84b9ac
commit 0a1931d20e

View File

@ -318,7 +318,7 @@
country = [NSString stringWithFormat:@"&country=%@", [(NSDictionary *)self.currentLocale objectForKey:NSLocaleCountryCode]]; country = [NSString stringWithFormat:@"&country=%@", [(NSDictionary *)self.currentLocale objectForKey:NSLocaleCountryCode]];
} else { } else {
// don't check, just to be save // 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; self.checkInProgress = NO;
return; return;
} }