Fix installation of icons for hybrid applications
[platform/core/appfw/wgt-backend.git] / src / wgt / step / filesystem / step_wgt_patch_icons.cc
index 2a995b2..01b62fd 100644 (file)
@@ -56,6 +56,7 @@ common_installer::Step::Status StepWgtPatchIcons::process() {
         icon->text = strdup(icon_path.c_str());
       }
     } else {
+      LOG(INFO) << "Application provides no icon. Using Tizen default icon.";
       // create default icon if there is no icon at all
       bf::path icon_path = common_icon_location / app->appid;
       icon_path += ".png";