change Auth log to sercurelog
authorhs0219.yang <hs0219.yang@samsung.com>
Tue, 23 Apr 2013 08:02:41 +0000 (17:02 +0900)
committerhs0219.yang <hs0219.yang@samsung.com>
Tue, 23 Apr 2013 08:02:41 +0000 (17:02 +0900)
Change-Id: Ibf4ede2adac9734f9b0281daa263020d491d1b49
Signed-off-by: hs0219.yang <hs0219.yang@samsung.com>
src/controls/FWebCtrlAuthenticationChallenge.cpp

index 48d8744..921e988 100755 (executable)
@@ -64,7 +64,7 @@ AuthenticationChallenge::Process(const UserId& userId, const String& password)
 
        __pAuthenticationChallengeImpl->Process(userId, password);
 
-       SysLog(NID_WEB_CTRL, "The current value of userId is %ls, password is %ls", userId.GetPointer(), password.GetPointer());
+       SysSecureLog(NID_WEB_CTRL, "The current value of userId is %ls, password is %ls", userId.GetPointer(), password.GetPointer());
 }