diff --git a/src/hci.c b/src/hci.c index 6f65bac77..6dc7216e4 100644 --- a/src/hci.c +++ b/src/hci.c @@ -853,7 +853,7 @@ void hci_run(){ connection = (hci_connection_t *) it; if (!hci_can_send_packet_now(HCI_COMMAND_DATA_PACKET)) { - // log_dbg("hci_init: cannot send command packet\n"); + // log_dbg("hci_run: cannot send command packet\n"); return; }