summaryrefslogtreecommitdiffstats
path: root/stack/gap/gap_ble.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/gap/gap_ble.c')
-rw-r--r--stack/gap/gap_ble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/gap/gap_ble.c b/stack/gap/gap_ble.c
index 0d10f88ca..932c5e54e 100644
--- a/stack/gap/gap_ble.c
+++ b/stack/gap/gap_ble.c
@@ -210,7 +210,7 @@ UINT16 gap_get_conn_id_if_connected (BD_ADDR bd_addr)
}
/* If here, failed to allocate a client control block */
- GATT_TRACE_DEBUG0 ("gap_get_conn_id_if_connected: not connected");
+ GATT_TRACE_DEBUG ("gap_get_conn_id_if_connected: not connected");
return(GATT_INVALID_CONN_ID);
}