Skip to content

Commit 7211cd3

Browse files
fix sm init trace to print string
1 parent 52bc9e9 commit 7211cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/FEATURE_BLE/source/generic/SecurityManagerImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ble_error_t SecurityManager::init(
8383
const char* db_path
8484
)
8585
{
86-
tr_info("SM init: bondable=%s, mitm=%s, iocaps=%s, passkey=%p, signing=%s, db_path=%p",
86+
tr_info("SM init: bondable=%s, mitm=%s, iocaps=%s, passkey=%s, signing=%s, db_path=%p",
8787
to_string(bondable),
8888
to_string(mitm),
8989
to_string(iocaps),

0 commit comments

Comments
 (0)