summaryrefslogtreecommitdiff
path: root/src/widget_instance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget_instance.c')
-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;