From: HeeJu Kang Date: Sat, 12 Jan 2013 07:17:19 +0000 (+0900) Subject: Fixed userInfo X-Git-Tag: 2.1b_release~11^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb46b86050814976d9c751ad10f53bef4895ea7c;p=framework%2Fosp%2Fappwidget-service.git Fixed userInfo Change-Id: Ie7a14a7af9ceda2d58efde6859fc003f18ff918b Signed-off-by: HeeJu Kang --- diff --git a/src/FShell_LiveboxManagerService.cpp b/src/FShell_LiveboxManagerService.cpp index 023cee5..224c8d8 100644 --- a/src/FShell_LiveboxManagerService.cpp +++ b/src/FShell_LiveboxManagerService.cpp @@ -242,7 +242,7 @@ LiveboxManagerService::OnLiveboxCreate(struct event_arg *arg, int *width, int *h SysTryReturn(NID_APP, arg->id != null, EINVAL, E_INVALID_ARG, "[E_INVALID_ARG]"); SysTryReturn(NID_APP, arg->type == event_arg::EVENT_NEW, -EPERM, E_SUCCESS, "invalid argument from master"); - SysLog(NID_APP, "packageName(%s), id(%s)", arg->pkgname, arg->id, arg->info.lb_create.content, arg->info.lb_create.cluster, arg->info.lb_create.category ); + SysLog(NID_APP, "packageName(%s) id(%s) content(%s) cluster(%s) category(%s)", arg->pkgname, arg->id, arg->info.lb_create.content, arg->info.lb_create.cluster, arg->info.lb_create.category); SysTryReturn (NID_APP, LiveboxManagerService::GetInstance()->Find(arg->pkgname, arg->id) == null, -EBUSY, E_SUCCESS,"already exist"); double default_priority = 1.0f;