From 99f2477653c1a1bff85cf0d5f823c4845fb46dc3 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 2 May 2016 19:50:37 +0200 Subject: cosmetic: IuCS logging --- openbsc/src/osmo-cscn/iucs_ranap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/osmo-cscn/iucs_ranap.c') 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; } -- cgit v1.2.3