pespin submitted this change.
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(-)
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;
}
To view, visit change 41115. To unsubscribe, or for help writing mail filters, visit settings.