Bluetooth: ATT: err_to_att() minor fix
Adds missing CR to BT_DBG() output. Change-Id: Ice903d973fc77289c8ec65567c99b9f5449263d0 Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
This commit is contained in:
parent
b0349f4d3c
commit
b71cde8cb3
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ static uint8_t check_perm(struct bt_conn *conn, const struct bt_gatt_attr *attr,
|
|||
|
||||
static uint8_t err_to_att(int err)
|
||||
{
|
||||
BT_DBG("%d", err);
|
||||
BT_DBG("%d\n", err);
|
||||
|
||||
switch (err) {
|
||||
case -EINVAL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue