mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix log message of bundle is missing
This commit is contained in:
parent
5e2f14422c
commit
4e572a31f5
@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
if (!BITHockeySDKBundle()) {
|
||||
NSLog(@"WARNING: Quincy.bundle is missing, will send reports automatically!");
|
||||
NSLog(@"WARNING: %@.bundle is missing, will send reports automatically!", BITHOCKEYSDK_BUNDLE);
|
||||
}
|
||||
}
|
||||
return self;
|
||||
|
@ -366,7 +366,7 @@
|
||||
}
|
||||
|
||||
if (!BITHockeySDKBundle()) {
|
||||
NSLog(@"WARNING: Hockey.bundle is missing, make sure it is added!");
|
||||
NSLog(@"WARNING: %@.bundle is missing, make sure it is added!", BITHOCKEYSDK_BUNDLE);
|
||||
}
|
||||
|
||||
[self loadAppCache];
|
||||
|
Loading…
x
Reference in New Issue
Block a user