From 907dc1a99309f5f5726abf611e4085e26275ba5f Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Sat, 16 Jul 2011 14:23:58 +0000 Subject: [PATCH] fix debug output --- src/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }