From e78c65cead45c3588f021266b2ca505d73c473ab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Jun 2010 01:14:06 +0100 Subject: [PATCH] fix grammar in message --- conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.c b/conn.c index e38adb5..751c410 100644 --- a/conn.c +++ b/conn.c @@ -195,7 +195,7 @@ static int conns_max_reported, conns_idle_reported; void notice_conns_more(const char *new_kind) { if (conns.count > conns_max_reported) { - notice("up to %d connections (%s)", conns.count, new_kind); + notice("up to %d connection(s) (%s)", conns.count, new_kind); conns_max_reported= conns.count; } } -- 2.30.2