Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90413429 authored by Sharvil Nanavati's avatar Sharvil Nanavati
Browse files

Fix build: change macro call from _DEBUG0 to _DEBUG.

Change-Id: Iacbf4c33a7b690e2065471b85a6a4d82dd4a7fca
parent 7a3fd930
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4902,7 +4902,7 @@ void btif_hl_select_monitor_callback( fd_set *p_cur_set , fd_set *p_org_set){
**
*******************************************************************************/
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));