chiark / gitweb /
New "show" command
[innduct.git] / conn.c
diff --git a/conn.c b/conn.c
index e38adb5f2bb0baae2b18a6574765138e337709ae..751c41083243403ba83a921a8d20df01113218ad 100644 (file)
--- 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;
   }
 }