- do not add debug output at the first line. it cause a problem when use sdb "install".
Change-Id: I0e2868f87a491fe992a842ec6b931119de7cafcb
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
return -1;
}
- if (uid == OWNER_ROOT) {
+ if (uid == OWNER_ROOT)
uid = DEFAULT_USER;
- printf("Current User is Root! : " \
- "target_uid will be default user(%d)\n", uid);
- }
if (data.global == 1)
uid = GLOBAL_USER;
- printf("target uid(%d)\n", uid);
ret = __process_request(uid);
if ((ret < 0) && (data.result == 0)) {