aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-03-03 00:58:44 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-03-03 01:13:26 +0100
commit123147a47261b3612aba988b71b9cc5abb1d2c9b (patch)
tree89f74b0348b80c1c798bee3d125097edcfdbafe5 /src
parent3574c121ff051e678b12d49cf9e66584cebf4b7f (diff)
sctp: Mention the link index that got released
Diffstat (limited to 'src')
-rw-r--r--src/sctp_m2ua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sctp_m2ua.c b/src/sctp_m2ua.c
index 6d80842..4b4b487 100644
--- a/src/sctp_m2ua.c
+++ b/src/sctp_m2ua.c
@@ -392,7 +392,7 @@ static int m2ua_handle_rel_req(struct mtp_m2ua_link *link,
link->established = 0;
link->active = 0;
- LOGP(DINP, LOGL_NOTICE, "M2UA/Link is released.\n");
+ LOGP(DINP, LOGL_NOTICE, "M2UA/Link link-index %d is released.\n", link->link_index);
link_down(link->base);
m2ua_msg_free(conf);
return 0;