diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c index 454f921ac..d7092f909 100644 --- a/src/common/pcu_sock.c +++ b/src/common/pcu_sock.c @@ -778,10 +778,11 @@ static int pcu_tx_si_all(struct gsm_bts *bts) rc = pcu_tx_si(bts, si_types[i], true); if (rc < 0) rc = -EINVAL; - } else + } else { LOGP(DPCU, LOGL_INFO, "SI%s is not available on PCU connection\n", get_value_string(osmo_sitype_strs, si_types[i])); + } } return rc;