summaryrefslogtreecommitdiff
path: root/src/jobs/widget_uninstall
diff options
context:
space:
mode:
authorjihoon.chung <jihoon.chung@samsung.com>2012-08-29 15:28:27 +0900
committerjihoon.chung <jihoon.chung@samsung.com>2012-08-29 15:28:27 +0900
commit8ec41fa51d9e04f17c66ef90bbaa9711de29e342 (patch)
tree95c6732a98381b0e20f936e5e613b96ec3db4bdf /src/jobs/widget_uninstall
parentc4570c73c1e9eff27897540cccf3260b136eadc7 (diff)
downloadwrt-installer-8ec41fa51d9e04f17c66ef90bbaa9711de29e342.tar.gz
wrt-installer-8ec41fa51d9e04f17c66ef90bbaa9711de29e342.tar.bz2
wrt-installer-8ec41fa51d9e04f17c66ef90bbaa9711de29e342.zip
Update wrt-installer_0.0.53
Diffstat (limited to 'src/jobs/widget_uninstall')
-rw-r--r--src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp b/src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp
index 24909a8..403bce5 100644
--- a/src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp
+++ b/src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp
@@ -53,7 +53,7 @@ void TaskUninstallOspsvc::StepUninstallOspsvc()
std::ostringstream commStr;
commStr << OSP_INSTALL_STR << m_context.pkgname;;
- LogDebug("@@osp uninstall command : " << commStr.str());
+ LogDebug("osp uninstall command : " << commStr.str());
char readBuf[MAX_BUF_SIZE];
FILE *fd;