diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-08-19 19:47:13 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-08-19 19:47:13 +0000 |
| commit | ded7008a07ac1427dcf6c00c5a16e7b7cb5abbce (patch) | |
| tree | cd3f4511017c370d76ae40c70b65af1a2f39a1a3 /sys/netinet6/udp6_usrreq.c | |
| parent | 51e2390d613fc232fb992c6e548704f8937c565a (diff) | |
Notes
Diffstat (limited to 'sys/netinet6/udp6_usrreq.c')
| -rw-r--r-- | sys/netinet6/udp6_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index c9fcbcb32a69..a7e46b9a268f 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -346,7 +346,7 @@ udp6_input(mp, offp, proto) strcpy(buf, ip6_sprintf(&ip6->ip6_dst)); log(LOG_INFO, - "Connection attempt to UDP %s:%d from %s:%d\n", + "Connection attempt to UDP [%s]:%d from [%s]:%d\n", buf, ntohs(uh->uh_dport), ip6_sprintf(&ip6->ip6_src), ntohs(uh->uh_sport)); } |
