DSTizenAppinfoMgr: fix the crash 75/241775/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 10 Aug 2020 10:16:50 +0000 (19:16 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 10:10:33 +0000 (19:10 +0900)
Change-Id: I8d337a7ed08ea0b1eec7daea834fcef6b8e6a819

src/DSWaylandExtension/DSTizenAppinfoMgr.cpp

index c4684f9..ca8619a 100644 (file)
@@ -21,7 +21,7 @@ std::shared_ptr<DSTizenAppinfo> DSTizenAppinfoMgr::getTizenAppinfo(std::string a
     auto it = __appIdMap.find(appId);
     if (it != __appIdMap.end())
     {
-        DSLOG_INF("DSTizenAppinfoMgr", "TizenAppinfo(appId:%s) returned by appId:%s", appId.c_str());
+        DSLOG_INF("DSTizenAppinfoMgr", "TizenAppinfo returned by appId:%s", appId.c_str());
         return it->second;
     }
     return nullptr;