Bluetooth: Add new line in le_conn_update_complete debug log

Change-Id: Id08aa8246b5e5970b0ff104a9c86d80069d1a7e5
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2015-10-15 16:37:09 +02:00 committed by Anas Nashif
commit a004eb2319

View file

@ -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) {