Fix build: change macro call from _DEBUG0 to _DEBUG.

Change-Id: Iacbf4c33a7b690e2065471b85a6a4d82dd4a7fca
diff --git a/btif/src/btif_hl.c b/btif/src/btif_hl.c
index 153cb5b..e828bf6 100644
--- a/btif/src/btif_hl.c
+++ b/btif/src/btif_hl.c
@@ -4902,7 +4902,7 @@
 **
 *******************************************************************************/
 static inline int btif_hl_select_wakeup_init(fd_set* set){
-    BTIF_TRACE_DEBUG0("btif_hl_select_wakeup_init");
+    BTIF_TRACE_DEBUG("%s", __func__);
     if (signal_fds[0] == -1 && socketpair(AF_UNIX, SOCK_STREAM, 0, signal_fds) < 0)
     {
         BTIF_TRACE_ERROR("socketpair failed: %s", strerror(errno));