aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-03-03 08:18:27 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-03-03 08:18:27 +0100
commit8941c1d422660d399c18b32af6617c6dd2ade059 (patch)
treec0bb6751fa224cbdd074b237559ba2bf1df9ba65
parent56cba9ab45b3788b92d1e18259e7629b6f6350d9 (diff)
isup: Print the linkset nr and name like in other commands.
-rw-r--r--src/isup.c3
1 files changed, 2 insertions, 1 deletions
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);