mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-25 17:43:18 +00:00
loader: replace to logging system.
Change-Id: I3c81a2c27a0df1e68b1281b0a79d827ada4f11a1
This commit is contained in:
parent
2ed97dc0dc
commit
4961f33105
@ -62,7 +62,7 @@ bool LottieLoader::load(std::string &path)
|
|||||||
f.open(path);
|
f.open(path);
|
||||||
|
|
||||||
if (!f.is_open()) {
|
if (!f.is_open()) {
|
||||||
cout << "failed to open file = " << path.c_str() << endl;
|
vCritical << "failed to open file = " << path.c_str();
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
std::stringstream buf;
|
std::stringstream buf;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user