Bluetooth: ATT: Fix missing new line in BT_DBG

Change-Id: I1a9643e3d5d22cfc23baa0ebf2e5722777eaf213
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2015-07-03 14:46:43 +03:00 committed by Anas Nashif
commit f6f64c2cda

View file

@ -1187,7 +1187,7 @@ static uint8_t att_error_rsp(struct bt_conn *conn, struct bt_buf *data)
rsp = (void *)data->data;
BT_DBG("request 0x%02x handle 0x%04x error 0x%02x", rsp->request,
BT_DBG("request 0x%02x handle 0x%04x error 0x%02x\n", rsp->request,
sys_le16_to_cpu(rsp->handle), rsp->error);
/* Match request with response */