diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-09-17 11:49:20 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-09-17 11:49:20 +0000 |
commit | 44c16952cb8b9a1e9f6be497bf99f9a6b36813c4 (patch) | |
tree | 4fe7827028ef31da7ec53178950d816fd44a8ead /usr.sbin | |
parent | 354c96f10f5870589d658541e90244b3073c8ffd (diff) |
Fix log message
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 f172daf7a76..539d3cae2c4 100644 --- a/usr.sbin/bgpd/imsg.c +++ b/usr.sbin/bgpd/imsg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.c,v 1.32 2004/09/16 17:58:13 henning Exp $ */ +/* $OpenBSD: imsg.c,v 1.33 2004/09/17 11:49:19 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -188,7 +188,7 @@ imsg_close(struct imsgbuf *ibuf, struct buf *msg) int n; if ((n = buf_close(&ibuf->w, msg)) < 0) { - log_warnx("imsg_close: buf_add error"); + log_warnx("imsg_close: buf_close error"); buf_free(msg); return (-1); } |