fix sm init trace to print string

pull/14605/head
Paul Szczepanek 2021-04-29 16:09:04 +01:00
parent 52bc9e9f51
commit 7211cd3e77
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ ble_error_t SecurityManager::init(
const char* db_path
)
{
tr_info("SM init: bondable=%s, mitm=%s, iocaps=%s, passkey=%p, signing=%s, db_path=%p",
tr_info("SM init: bondable=%s, mitm=%s, iocaps=%s, passkey=%s, signing=%s, db_path=%p",
to_string(bondable),
to_string(mitm),
to_string(iocaps),