Add newline to debuging printf.
PR: kern/85271 Submitted by: Simon Morgan
This commit is contained in:
parent
6f683eeed2
commit
e3ea67a077
@ -321,7 +321,8 @@ atmresolve(struct rtentry *rt, struct mbuf *m, struct sockaddr *dst,
|
||||
struct sockaddr_dl *sdl;
|
||||
|
||||
if (m->m_flags & (M_BCAST | M_MCAST)) {
|
||||
log(LOG_INFO, "atmresolve: BCAST/MCAST packet detected/dumped");
|
||||
log(LOG_INFO,
|
||||
"atmresolve: BCAST/MCAST packet detected/dumped\n");
|
||||
goto bad;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user