From a293f0e8f450c6247864b2a59f30ab7861f00544 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 19 Nov 2013 16:51:51 +0100 Subject: [PATCH] android/hal-bluetooth: Remove not needed __func__ from debug print 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 4689bf254..18e805b38 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; -- 2.47.3