From cb66698c8d1bc499e832ad25b8f2dd000853cf11 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 22 Oct 2019 17:34:29 +0200 Subject: m3ua: Log incorrect selected AS Change-Id: Idfdf6279de1fed453b5f83a5329c50716a79aca9 --- src/m3ua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/m3ua.c b/src/m3ua.c index d733b51..5ab3e79 100644 --- a/src/m3ua.c +++ b/src/m3ua.c @@ -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; } -- cgit v1.2.3