DBG macro already adds function name to print output. --- android/hal-bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c index 4689bf2..18e805b 100644 --- a/android/hal-bluetooth.c +++ b/android/hal-bluetooth.c @@ -724,7 +724,7 @@ static int ssp_reply(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant, static const void *get_profile_interface(const char *profile_id) { - DBG("%s: %s", __func__, profile_id); + DBG("%s", profile_id); if (!interface_ready()) return NULL; -- 1.8.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html