From 8941c1d422660d399c18b32af6617c6dd2ade059 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 3 Mar 2011 08:18:27 +0100 Subject: isup: Print the linkset nr and name like in other commands. --- src/isup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/isup.c') diff --git a/src/isup.c b/src/isup.c index ff57468..54d2772 100644 --- a/src/isup.c +++ b/src/isup.c @@ -218,7 +218,8 @@ int mtp_link_set_isup(struct mtp_link_set *set, struct msgb *msg, int sls) rc = send_cgu(set, sls, hdr->cic, 28); break; case ISUP_MSG_CGUA: - LOGP(DISUP, LOGL_NOTICE, "CIC %d is now unblocked.\n", hdr->cic); + LOGP(DISUP, LOGL_NOTICE, "CIC %d is now unblocked on linkset %d/%s.\n", + hdr->cic, set->nr, set->name); break; case ISUP_MSG_RSC: rc = handle_simple_resp(set, sls, hdr->cic, ISUP_MSG_RLC); -- cgit v1.2.3