summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-01-01 23:40:26 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-01-01 23:40:26 +0000
commite739f0ace9d26fdcc465c4a0677813ff7e940037 (patch)
tree4528a980a22a8e2a40903a9de9c6f680e3d92e77 /usr.sbin
parentb0fe3d62ce222a08711e8e5b1baac92a3a38274f (diff)
typo
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/imsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/imsg.c b/usr.sbin/bgpd/imsg.c
index 5201c8fc353..f59a35eeda7 100644
--- a/usr.sbin/bgpd/imsg.c
+++ b/usr.sbin/bgpd/imsg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: imsg.c,v 1.15 2004/01/01 23:09:09 henning Exp $ */
+/* $OpenBSD: imsg.c,v 1.16 2004/01/01 23:40:25 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -48,7 +48,7 @@ imsg_read(struct imsgbuf *ibuf)
return (0);
}
if (n == 0) { /* connection closed */
- logit(LOG_CRIT, "imsg_get: pipe close");
+ logit(LOG_CRIT, "imsg_get: pipe closed");
return (-1);
}