Fix invalid log 05/54205/1 accepted/tizen/mobile/20151214.233411 accepted/tizen/tv/20151214.233431 accepted/tizen/wearable/20151214.233448 submit/tizen/20151214.074036
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 14 Dec 2015 05:51:53 +0000 (14:51 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 14 Dec 2015 05:52:19 +0000 (14:52 +0900)
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Change-Id: If3cb240507b4c3e60d436944bb6087f03f12acce

src/tpk_manifest_handlers/ui_application_handler.cc

index 2ecc239060cf0eeb3b7a15f2817b882745c659c6..569b909b554c227a3349c4d92bc2d8741119d60e 100644 (file)
@@ -270,7 +270,7 @@ bool InitializeImageParsing(
     std::string* error) {
   for (auto& item : parser::GetOneOrMany(&app_dict, kImageKey, "")) {
     if (!ParseAppImage(item, uiapplicationinfo)) {
-      *error = "Parsing Icon failed";
+      *error = "Parsing Image failed";
       return false;
     }
   }