Fix : Extract the gps information according to a locale
[platform/framework/native/content.git] / src / FCnt_ImageMetadataImpl.cpp
index 23f6217..90edd25 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -523,7 +522,7 @@ _ImageMetadataImpl::GetThumbnailN(void) const
 
        SysTryReturn(NID_CNT, __pImageMeta != null, null, E_DATA_NOT_FOUND, "[E_DATA_NOT_FOUND] GetThumbnailN failed.");
        SysTryReturn(NID_CNT, _FileImpl::IsFileExist(__pImageMeta->contentPath), null, E_DATA_NOT_FOUND,
-                               "[E_DATA_NOT_FOUND] GetThumbnailN failed [%ls].", (__pImageMeta->contentPath).GetPointer());
+                               "[E_DATA_NOT_FOUND] GetThumbnailN from contentPath failed.");
 
        Image image;
        result r = image.Construct();