Apply secure logs
authorSunwook Bae <sunwook45.bae@samsung.com>
Wed, 24 Apr 2013 09:18:05 +0000 (18:18 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Wed, 24 Apr 2013 09:29:15 +0000 (18:29 +0900)
Change-Id: Iebb86f3c72edee18230485dd2410640bbf16d926
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
src/FIo_ChannelCAppStub.cpp

index 524ac92..f10b044 100644 (file)
@@ -427,7 +427,7 @@ _ChannelCAppStub::HandleReceivedMessage(GIOChannel* source, GIOCondition conditi
                        }
                }
 
-               SysLog(NID_IO, "CAppChannel >> Channel Server: readBytes: %d, readBuf: %s", readBytes, pBuffer.get());
+               SysSecureLog(NID_IO, "CAppChannel >> Channel Server: readBytes: %d, readBuf: %s", readBytes, pBuffer.get());
 
                SysTryReturn(NID_IO, readBytes != 0, FALSE, E_SYSTEM, "[E_SYSTEM] Received data is empty.");
 
@@ -536,7 +536,7 @@ _ChannelCAppStub::SendResponse(int requestId, void* pGIOChannel, const ArrayList
                str.Append(item);
        }
 
-       SysLog(NID_IO, "data: %ls, length: %d", str.GetPointer(), str.GetLength());
+       SysSecureLog(NID_IO, "data: %ls, length: %d", str.GetPointer(), str.GetLength());
 
        // Add a RequestId
        str.Append(L"|||");