summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2017-08-11 10:35:33 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2017-08-11 10:39:02 +0900
commita6e70c7f732f12b7fe3fab5fc90e659b15c9aa80 (patch)
treeb8134d3852f7f97fb5cd76b6858747d4512deaf8
parentddeacdccd62ea6938640471feec8d5d646ebaf3e (diff)
downloadwidget-service-accepted/tizen_3.0_ivi.tar.gz
widget-service-accepted/tizen_3.0_ivi.tar.bz2
widget-service-accepted/tizen_3.0_ivi.zip
Change-Id: I1145c2865c3403e3d76defbfffe8a3f508b20c59 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rw-r--r--src/widget_instance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget_instance.c b/src/widget_instance.c
index 0a22bea..41b4a72 100644
--- a/src/widget_instance.c
+++ b/src/widget_instance.c
@@ -752,7 +752,7 @@ static int __status_handler(const char *endpoint, aul_app_com_result_e e, bundle
sender_pid = atoi(sender_pid_str);
if (__check_valid_sender(widget_id, sender_pid) == -1) {
bundle_get_str(envelope, AUL_K_PKGID, &sender_pkgid);
- LOGW("It's not my widget(%s), let's check package");
+ LOGW("It's not my widget(%s), let's check package", widget_id);
if (__check_valid_sender_v2(sender_pkgid) < 0) {
LOGW("My package do not have widget_id %s", widget_id);
return 0;