m3ua: Log incorrect selected AS

Change-Id: Idfdf6279de1fed453b5f83a5329c50716a79aca9
This commit is contained in:
Pau Espin 2019-10-22 17:34:29 +02:00
parent 7504bd6f11
commit cb66698c8d
1 changed files with 2 additions and 2 deletions

View File

@ -561,9 +561,9 @@ static int m3ua_rx_xfer(struct osmo_ss7_asp *asp, struct xua_msg *xua)
/* Verify that this ASP is part of the AS. */
if (!osmo_ss7_as_has_asp(as, asp)) {
LOGPASP(asp, DLM3UA, LOGL_ERROR,
"%s(): This Application Server Process is not part of the AS resolved by"
"%s(): This Application Server Process is not part of the AS %s resolved by"
" routing context %u\n",
__func__, rctx);
__func__, (as)->cfg.name, rctx);
return M3UA_ERR_NO_CONFGD_AS_FOR_ASP;
}