svn commit: r318283 - head/contrib/ipfilter/lib

Cy Schubert cy at FreeBSD.org
Sun May 14 23:45:11 UTC 2017


Author: cy
Date: Sun May 14 23:45:10 2017
New Revision: 318283
URL: https://svnweb.freebsd.org/changeset/base/318283

Log:
  As of r318281, there is no need to put a colon (:) in the message
  string.
  
  MFC after:	3 days
  X-MFC with:	r318281

Modified:
  head/contrib/ipfilter/lib/printhash_live.c

Modified: head/contrib/ipfilter/lib/printhash_live.c
==============================================================================
--- head/contrib/ipfilter/lib/printhash_live.c	Sun May 14 21:33:01 2017	(r318282)
+++ head/contrib/ipfilter/lib/printhash_live.c	Sun May 14 23:45:10 2017	(r318283)
@@ -59,7 +59,7 @@ printhash_live(hp, fd, name, opts, field
 		printed++;
 	}
 	if (last == 0)
-		ipferror(fd, "walking hash nodes:");
+		ipferror(fd, "walking hash nodes");
 
 	if (printed == 0)
 		putchar(';');


More information about the svn-src-head mailing list