Add missing param 56/143656/1 accepted/tizen_3.0_ivi accepted/tizen/3.0/common/20170811.132441 accepted/tizen/3.0/ivi/20170811.095457 accepted/tizen/3.0/mobile/20170811.095409 accepted/tizen/3.0/tv/20170811.095437 accepted/tizen/3.0/wearable/20170811.095532 submit/tizen_3.0/20170811.024642 submit/tizen_3.0/20170811.051720
authorHyunho Kang <hhstark.kang@samsung.com>
Fri, 11 Aug 2017 01:35:33 +0000 (10:35 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Fri, 11 Aug 2017 01:39:02 +0000 (10:39 +0900)
Change-Id: I1145c2865c3403e3d76defbfffe8a3f508b20c59
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/widget_instance.c

index 0a22bea..41b4a72 100644 (file)
@@ -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;