Skip to content

Commit 363ad8a

Browse files
authored
Merge pull request #10825 from kivaisan/fix_plmn_debug_trace
Cellular: Fix PLMN debug trace for IAR
2 parents 3764030 + b26314a commit 363ad8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/device/CellularStateMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ bool CellularStateMachine::open_sim()
167167

168168
if (sim_ready) {
169169
_cb_data.error = _network.set_registration(_plmn);
170-
tr_debug("STM: set_registration: %d, plmn: %s", _cb_data.error, _plmn);
170+
tr_debug("STM: set_registration: %d, plmn: %s", _cb_data.error, _plmn ? _plmn : "NULL");
171171
if (_cb_data.error) {
172172
return false;
173173
}

0 commit comments

Comments
 (0)