diff --git a/usrsctplib/netinet/sctputil.c b/usrsctplib/netinet/sctputil.c index af062001d..1abfea3f2 100755 --- a/usrsctplib/netinet/sctputil.c +++ b/usrsctplib/netinet/sctputil.c @@ -1830,7 +1830,8 @@ sctp_timeout_handler(void *t) goto out_decr; } tmr->stopped_from = 0xa002; - SCTPDBG(SCTP_DEBUG_TIMER2, "Timer type %d goes off.\n", type); + SCTPDBG(SCTP_DEBUG_TIMER2, "Timer type %d goes off: inp=%p, stcb=%p, net=%p.\n", + type, inp, stcb, net); if (!SCTP_OS_TIMER_ACTIVE(&tmr->timer)) { SCTPDBG(SCTP_DEBUG_TIMER2, "Timer type %d handler exiting due to not being active.\n",