mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: review fixes.
parent
678cff4463
commit
03f50e6d89
|
@ -430,7 +430,7 @@ void CellularConnectionFSM::state_sim_pin()
|
|||
}
|
||||
}
|
||||
if (!success) {
|
||||
tr_warning("Failed to set any URC's for registration");
|
||||
tr_warn("Failed to set any URC's for registration");
|
||||
retry_state_or_fail();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue