Merge commit 'bc7eea5' into tizen
[platform/core/uifw/multi-assistant-service.git] / src / service_main.cpp
index c494304..f7c9f10 100644 (file)
@@ -1198,7 +1198,7 @@ static void _package_manager_event_cb(const char *type, const char *package, pac
                type, package, event_type, event_state, progress, error);
        ret = pkgmgrinfo_pkginfo_get_pkginfo(package, &handle);
        if (ret != PMINFO_R_OK || NULL == handle) {
-               MAS_LOGW("Failed to call pkgmgrinfo_pkginfo_get_pkginfo & get_usr_pkginfo(\"%s\",~) returned %d, uid : %d", package, ret, getuid());
+               MAS_LOGW("Failed to call pkgmgrinfo_pkginfo_get_pkginfo(\"%s\",~) returned %d", package, ret);
                /* Try to get in user packages */
                user = true;
                ret = pkgmgrinfo_pkginfo_get_usr_pkginfo(package, uid, &handle);