summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}