mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update some log statements to be shown always and not only when logging is enabled
This commit is contained in:
parent
fc76d6973b
commit
9162b740e9
@ -481,7 +481,7 @@ static NSString *kHockeyErrorDomain = @"HockeyErrorDomain";
|
|||||||
|
|
||||||
- (void)showUpdateView {
|
- (void)showUpdateView {
|
||||||
if (isAppStoreEnvironment_) {
|
if (isAppStoreEnvironment_) {
|
||||||
BWHockeyLog(@"this should not be called from an app store build.");
|
NSLog(@"this should not be called from an app store build.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -685,7 +685,7 @@ static NSString *kHockeyErrorDomain = @"HockeyErrorDomain";
|
|||||||
[invocation invoke];
|
[invocation invoke];
|
||||||
[invocation getReturnValue:&feedResult];
|
[invocation getReturnValue:&feedResult];
|
||||||
} else {
|
} else {
|
||||||
BWHockeyLog(@"Error: You need a JSON Framework in your runtime!");
|
NSLog(@"Error: You need a JSON Framework in your runtime!");
|
||||||
[self doesNotRecognizeSelector:_cmd];
|
[self doesNotRecognizeSelector:_cmd];
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user