From: Ian Jackson Date: Tue, 1 Jun 2010 00:14:06 +0000 (+0100) Subject: fix grammar in message X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=commitdiff_plain;h=e78c65cead45c3588f021266b2ca505d73c473ab fix grammar in message --- 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; } }