Minor cleanups of debug messages.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-12-27 08:06:58 +00:00
parent 2c2e3218cb
commit 72c123a8b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244729

View File

@ -2694,9 +2694,9 @@ sctp_inpcb_bind(struct socket *so, struct sockaddr *addr,
ip_inp = (struct inpcb *)so->so_pcb;
#ifdef SCTP_DEBUG
if (addr) {
SCTPDBG(SCTP_DEBUG_PCB1, "Bind called port:%d\n",
SCTPDBG(SCTP_DEBUG_PCB1, "Bind called port: %d\n",
ntohs(((struct sockaddr_in *)addr)->sin_port));
SCTPDBG(SCTP_DEBUG_PCB1, "Addr :");
SCTPDBG(SCTP_DEBUG_PCB1, "Addr: ");
SCTPDBG_ADDR(SCTP_DEBUG_PCB1, addr);
}
#endif