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:
Arkadiusz Lichwa 2015-11-25 13:02:15 +01:00 committed by Anas Nashif
commit b71cde8cb3

View file

@ -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: