loader: replace to logging system. 39/184239/2
authorHermet Park <hermetpark@gmail.com>
Mon, 16 Jul 2018 12:49:12 +0000 (21:49 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Tue, 17 Jul 2018 09:59:17 +0000 (09:59 +0000)
Change-Id: I3c81a2c27a0df1e68b1281b0a79d827ada4f11a1

src/lottie/lottieloader.cpp

index b6323de..122dbe2 100644 (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;