pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41115?usp=email )
Change subject: ipa: Improve logging for AS not found with ipa-unit-name ......................................................................
ipa: Improve logging for AS not found with ipa-unit-name
Change-Id: I428e2ab0fc992e09469a1601f167bf4687e462fc --- M src/xua_asp_fsm.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/15/41115/1
diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c index c3a77da..17071c3 100644 --- a/src/xua_asp_fsm.c +++ b/src/xua_asp_fsm.c @@ -1157,7 +1157,7 @@ } as = osmo_ss7_as_find_by_name(asp->inst, iafp->ipa_unit->unit_name); if (!as) { - LOGPFSML(fi, LOGL_NOTICE, "Cannot find any definition for IPA Unit Name '%s'\n", + LOGPFSML(fi, LOGL_NOTICE, "Cannot find any AS definition for IPA Unit Name '%s'\n", iafp->ipa_unit->unit_name); goto out_err; }