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(';');
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to