From a004eb231946f86efb9616f2a3cfe2f39ccdd3ae Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 15 Oct 2015 16:37:09 +0200 Subject: [PATCH] Bluetooth: Add new line in le_conn_update_complete debug log Change-Id: Id08aa8246b5e5970b0ff104a9c86d80069d1a7e5 Signed-off-by: Szymon Janc --- net/bluetooth/hci_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index a115f3860e5..1c152f3862f 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -621,7 +621,7 @@ static void le_conn_update_complete(struct bt_buf *buf) handle = sys_le16_to_cpu(evt->handle); interval = sys_le16_to_cpu(evt->interval); - BT_DBG("status %u, handle %u", evt->status, handle); + BT_DBG("status %u, handle %u\n", evt->status, handle); conn = bt_conn_lookup_handle(handle); if (!conn) {