WidgetHandle removal - part 2. Task order change
[framework/web/wrt-installer.git] / src / jobs / widget_uninstall / task_check.cpp
index 20f33af..8670ac5 100644 (file)
@@ -43,7 +43,7 @@ TaskCheck::~TaskCheck()
 
 void TaskCheck::StepUninstallPreCheck()
 {
-    LogInfo("Uninstall check for widget Handle: " << m_context.widgetHandle);
+    LogInfo("Uninstall check for pkgname: " << m_context.locations->getPkgname());
     //check if deferred
     //TODO if widget to be updated, then remove it from Deferred list?
 
@@ -64,7 +64,7 @@ void TaskCheck::StepUninstallPreCheck()
         //TODO or defer uninstall?
     }
 
-    LogInfo("Widget Can be uninstalled. Handle : " << m_context.widgetHandle);
+    LogInfo("Widget Can be uninstalled. Pkgname : " << m_context.locations->getPkgname());
     m_context.job->UpdateProgress(UninstallerContext::UNINSTALL_PRECHECK,
                                   "Uninstall pre-checking Finished");
 }