diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-08-11 10:10:29 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-08-11 10:10:29 +0000 |
commit | 5d93f1e860d2dface7ebad56234a591353ac7e2f (patch) | |
tree | 3d4293dab6f8aea09e8951cc4121884cd90936c2 /usr.sbin | |
parent | 92c4a0de926f0871b6a24cd6ae79bfa7b495ff42 (diff) |
Typo. OK henning@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/imsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/imsg.c b/usr.sbin/bgpd/imsg.c index 7d0c4f494b0..3e19efbba6a 100644 --- a/usr.sbin/bgpd/imsg.c +++ b/usr.sbin/bgpd/imsg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.c,v 1.28 2004/07/05 02:13:44 henning Exp $ */ +/* $OpenBSD: imsg.c,v 1.29 2004/08/11 10:10:28 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -81,7 +81,7 @@ imsg_read(struct imsgbuf *ibuf) ifd->fd = fd; TAILQ_INSERT_TAIL(&ibuf->fds, ifd, entry); } else - log_warn("imsg_read: got unexpected ctl data lvel %d" + log_warn("imsg_read: got unexpected ctl data level %d " "type %d", cmsg->cmsg_level, cmsg->cmsg_type); } |