Fix the logging problem.
authorSeungWon Lee <lsw2000.lee@samsung.com>
Wed, 8 May 2013 00:43:49 +0000 (09:43 +0900)
committerSeungWon Lee <lsw2000.lee@samsung.com>
Wed, 8 May 2013 00:43:49 +0000 (09:43 +0900)
Change-Id: I9bc9a034c9379b38c505a0ccacaf6a603dca941e
Signed-off-by: SeungWon Lee <lsw2000.lee@samsung.com>
src/ui/scenes/FUiScenes_SceneManagerImpl.cpp

index c09560c..2669334 100644 (file)
@@ -940,7 +940,7 @@ _SceneManagerImpl::OnAnimationTransactionStopped(int transactionId)
 void
 _SceneManagerImpl::OnSceneControlEventReceived(_SceneControlEventArg::SceneControlEventType eventType, const SceneId& sceneId)
 {
-       SysLog(NID_UI_SCENES, "Received type= 0x%x, sceneId=%ls", eventType, &sceneId);
+       SysSecureLog(NID_UI_SCENES, "Received type= 0x%x, sceneId=%ls", eventType, sceneId.GetPointer());
 
        switch (eventType)
        {