aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn/iucs_ranap.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-cscn/iucs_ranap.c')
-rw-r--r--openbsc/src/osmo-cscn/iucs_ranap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-cscn/iucs_ranap.c b/openbsc/src/osmo-cscn/iucs_ranap.c
index 5db29c29e..f88a55242 100644
--- a/openbsc/src/osmo-cscn/iucs_ranap.c
+++ b/openbsc/src/osmo-cscn/iucs_ranap.c
@@ -82,7 +82,7 @@ int iucs_rx_ranap_event(struct gsm_network *network,
conn = subscr_conn_lookup_iu(network, ue_ctx);
if (!conn) {
- LOGP(DRANAP, LOGL_NOTICE, "Cannot find subscriber for IU event %u\n", type);
+ LOGP(DRANAP, LOGL_ERROR, "Cannot find subscriber for IU event %u\n", type);
return -1;
}