Change log for secure 2.1b_release accepted/tizen_2.1/20130425.034739 submit/tizen_2.1/20130424.232510
authorhs0219.yang <hs0219.yang@samsung.com>
Tue, 23 Apr 2013 09:13:07 +0000 (18:13 +0900)
committerhs0219.yang <hs0219.yang@samsung.com>
Tue, 23 Apr 2013 09:13:07 +0000 (18:13 +0900)
Change-Id: Ic515074bc43abacc152761b72479525e4df8b3bf
Signed-off-by: hs0219.yang <hs0219.yang@samsung.com>
src/FWebJson_JsonWriterImpl.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 50a6fe1..82d5a80
@@ -75,7 +75,7 @@ _JsonWriterImpl::Compose(const IJsonValue* pValue, String& filePath)
        r = ConvertIJsonToString(const_cast<IJsonValue*>(pValue), output);
        SysTryReturn(NID_WEB_JSON, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
 
-       SysLog(NID_WEB_JSON, "file path: [%ls]", filePath.GetPointer());
+       SysSecureLog(NID_WEB_JSON, "file path: [%ls]", filePath.GetPointer());
        r = file.Construct(filePath, "w+");
        SysTryReturn(NID_WEB_JSON, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));