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:
parent
f4d142e861
commit
f6f64c2cda
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue