Change a log macro from SysLog to SysSecureLog
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 17 Apr 2013 03:10:57 +0000 (12:10 +0900)
committerkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 17 Apr 2013 03:12:05 +0000 (12:12 +0900)
Change-Id: Ic35504b5579f1761f96b7974ff6a049ad43d1324
Signed-off-by: kyeongwoo.lee <kyeongwoo.lee@samsung.com>
src/core/FShell_NotificationManagerImpl.cpp

index 7337a92..e9e7104 100644 (file)
@@ -543,7 +543,7 @@ _NotificationManagerImpl::NotifyMessage(_NotifyType notifyType, bool isOngoing,
                        std::unique_ptr<char[]> pTitleTextTemp(_StringConverter::CopyToCharArrayN(appName));
                        pTitleText = std::move(pTitleTextTemp);
                        free(pAppName);
-                       SysLog(NID_SHELL, "App name is %ls.", appName.GetPointer());
+                       SysSecureLog(NID_SHELL, "App name is %ls.", appName.GetPointer());
                }
                SysTryLog(NID_SHELL, !IsFailed(r), "[%s] Failed to get title from app_manager_get_app_name for default setting.", GetErrorMessage(r));
        }