Cellular: review fixes.

pull/6928/head
Teppo Järvelin 2018-05-23 22:02:01 +03:00
parent 678cff4463
commit 03f50e6d89
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}