refinement of osp-appfw log messages
[platform/framework/native/appfw.git] / src / app / FApp_AppControlRegistry.cpp
index d12b9e8..7a7a328 100644 (file)
@@ -358,7 +358,7 @@ _AppControlRegistry::GetTizenAppControlN(const String& aId, const String& oId)
                                {
                                        // may fail
                                        __runtimeAlias.Add(pEntry);
-                                       SysLog(NID_APP, "Setting alias appId (%ls -> %ls).", aId.GetPointer(), pAppId->GetPointer());
+                                       SysLog(NID_APP, "Setting alias app (%ls -> %ls).", aId.GetPointer(), pAppId->GetPointer());
                                }
                        }
                }
@@ -558,7 +558,7 @@ _AppControlRegistry::GetAppControlN(const String& appId, const String& operation
                if (!tmp.IsEmpty())
                {
                        actualAppId = tmp;
-                       SysLog(NID_APP, "Found alias appId (%ls -> %ls).", appId.GetPointer(), tmp.GetPointer());
+                       SysLog(NID_APP, "Found alias app (%ls -> %ls).", appId.GetPointer(), tmp.GetPointer());
 
                        changeAppId = true;
                }