loader: replace to logging system.

Change-Id: I3c81a2c27a0df1e68b1281b0a79d827ada4f11a1
This commit is contained in:
Hermet Park 2018-07-16 21:49:12 +09:00 committed by Subhransu Mohanty
parent 2ed97dc0dc
commit 4961f33105

View File

@ -62,7 +62,7 @@ bool LottieLoader::load(std::string &path)
f.open(path);
if (!f.is_open()) {
cout << "failed to open file = " << path.c_str() << endl;
vCritical << "failed to open file = " << path.c_str();
return false;
} else {
std::stringstream buf;