X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fio%2FFIo_FileImpl.cpp;h=fa6a43de97d61f13225abced50b85474a673e27d;hb=3453a46f46a94eb5dcdec3bf4103de8c6305f889;hp=86cab34cb3543d9400d69e65cb6a4d304f3fd6aa;hpb=bfb8bd8bee1745ddb6a16c9878a02442fad6016c;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/src/io/FIo_FileImpl.cpp b/src/io/FIo_FileImpl.cpp index 86cab34..fa6a43d 100644 --- a/src/io/FIo_FileImpl.cpp +++ b/src/io/FIo_FileImpl.cpp @@ -683,7 +683,7 @@ _FileImpl::PrepareDataCaging(const String& appRootPath, const String& pkgId) bool internalInstalled = true; result r = E_SUCCESS; - SysLog(NID_IO, "[data_caging] PrepareDataCaging() was called by installer backend, appRootPath: %ls, packageId: %ls", + SysSecureLog(NID_IO, "[data_caging] PrepareDataCaging() was called by installer backend, appRootPath: %ls, packageId: %ls", appRootPath.GetPointer(), pkgId.GetPointer()); if (CleanDirectories(appRootPath, pkgId) == false)