Fix dlog format issues
[platform/core/connectivity/bluetooth-agent.git] / pb-agent / bluetooth_pb_vcard.c
index 292790e..ac43ef7 100644 (file)
@@ -1678,7 +1678,7 @@ static gchar *__bluetooth_pb_vcard_real_contact_valist_v21(gint person_id,
        if (f == 0)
                f = ~f;
 
-       DBG("filter[%x]\n", filter);
+       DBG("filter[%llu]\n", filter);
 
        str = g_string_new("BEGIN:VCARD\r\nVERSION:2.1\r\n");