[content] Apply secure log
[platform/framework/native/content.git] / src / FCntAudioContentInfo.cpp
index 7093a36..6bfc37c 100644 (file)
@@ -27,8 +27,6 @@
 #include <FIoFile.h>
 #include <FIoDirectory.h>
 #include <FSysEnvironment.h>
-//#include <FLocLocationProvider.h>
-//#include <FLocQualifiedCoordinates.h>
 #include <FIo_FileImpl.h>
 #include <FApp_AppInfo.h>
 
@@ -118,7 +116,7 @@ AudioContentInfo::Construct(const String& contentPath, const String& thumbnailPa
        // checks parameters
        contentLength = contentPath.GetLength();
        SysTryReturnResult(NID_CNT, _FileImpl::IsMediaPath(contentPath), E_INVALID_ARG,
-                       "The contentPath should start with /Media or /Storagecard/Media(%ls).", contentPath.GetPointer());
+                       "The contentPath should start with /Media or /Storagecard/Media.");
        SysTryReturnResult(NID_CNT, File::IsFileExist(contentPath), E_FILE_NOT_FOUND,
                        "The file corresponding to contentPath could not be found.");