lte: clarify failed registration message

This commit is contained in:
Giacinto Cifelli 2018-09-22 11:49:00 +02:00 committed by Denis Kenzior
parent d37c22be20
commit 0e733b8b05
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ void ofono_lte_register(struct ofono_lte *lte)
const char *imsi = ofono_sim_get_imsi(sim);
if (imsi == NULL) {
ofono_error("No sim atom required for registering LTE atom.");
ofono_error("No sim atom found. It is required for registering LTE atom.");
return;
}