pcu_l1_if: cosmetic: correct error message in pcu_rx_info_ind()

Change-Id: I26ad0e990f6bf049a14f63b1255722d60c7ff868
This commit is contained in:
Vadim Yanitskiy 2020-08-20 23:36:27 +07:00 committed by fixeria
parent 0f41b710b7
commit 1d52c1e02e
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ bssgp_failed:
info_ind->mcc, info_ind->mnc, info_ind->mnc_3_digits, info_ind->lac, info_ind->rac,
info_ind->cell_id);
if (!pcu) {
LOGP(DL1IF, LOGL_NOTICE, "SGSN not available\n");
LOGP(DL1IF, LOGL_NOTICE, "SGSN is not available\n");
goto bssgp_failed;
}