Fix some log level 29/105629/2
authorSangyoon Jang <s89.jang@samsung.com>
Mon, 19 Dec 2016 06:46:29 +0000 (15:46 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Mon, 19 Dec 2016 11:01:22 +0000 (03:01 -0800)
Change-Id: I0fd06c529811bbe5bd1da8898f257240e8825cad
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
src/common/shared_dirs.cc

index d1e1398..e49de38 100644 (file)
@@ -243,7 +243,7 @@ bool CreateSymlinkFiles(const bf::path& src_dir, const bf::path& dst_dir) {
     if (!bf::exists(src_path)) {
       // check if symlink for .mmc/bin,lib,res, then do not skip
       if (!bf::is_symlink(symlink_status(src_path))) {
-        LOG(ERROR) << "src_path not exist : " << src_path;
+        LOG(INFO) << "src_path not exist : " << src_path;
         continue;
       }
     }