mirror of https://github.com/ARMmbed/mbed-os.git
fix sm init trace to print string
parent
52bc9e9f51
commit
7211cd3e77
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue