Skip to content

Commit ee82667

Browse files
Yagoorfabiobaltieri
authored andcommitted
bluetooth: id: Fix logging
* Logging module already adds a new line, no need to add it Signed-off-by: Yago Fontoura do Rosario <yafo@demant.com>
1 parent f0af67a commit ee82667

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/host

1 file changed

+1
-1
lines changed

subsys/bluetooth/host/id.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ static void adv_rpa_clear_data(struct bt_le_ext_adv *adv, void *data)
267267
atomic_clear_bit(adv->flags, BT_ADV_RPA_VALID);
268268
bt_addr_copy(&bt_dev.rpa[adv->id], BT_ADDR_NONE);
269269
} else {
270-
LOG_WRN("Adv sets rpa expired cb with id %d returns false\n", adv->id);
270+
LOG_WRN("Adv sets rpa expired cb with id %d returns false", adv->id);
271271
}
272272
}
273273
#endif

0 commit comments

Comments
 (0)