svn commit: r208704 - projects/capabilities8/tools/regression/sockets/unix_gc

Robert Watson rwatson at FreeBSD.org
Tue Jun 1 14:42:16 UTC 2010


Author: rwatson
Date: Tue Jun  1 14:42:15 2010
New Revision: 208704
URL: http://svn.freebsd.org/changeset/base/208704

Log:
  Merge c174148 from the p4 TrustedBSD Capabilities branch to capabilities8:
  
    Clarify a regression test output.

Modified:
  projects/capabilities8/tools/regression/sockets/unix_gc/unix_gc.c

Modified: projects/capabilities8/tools/regression/sockets/unix_gc/unix_gc.c
==============================================================================
--- projects/capabilities8/tools/regression/sockets/unix_gc/unix_gc.c	Tue Jun  1 14:37:11 2010	(r208703)
+++ projects/capabilities8/tools/regression/sockets/unix_gc/unix_gc.c	Tue Jun  1 14:42:15 2010	(r208704)
@@ -256,8 +256,8 @@ test_sysctls(int before_inflight, int be
 
 	after_openfiles = getopenfiles();
 	if (after_openfiles != before_openfiles)
-		warnx("%s: before: %d, after: %d", test, before_openfiles,
-		    after_openfiles);
+		warnx("%s: before openfiles: %d, after openfiles: %d",
+		    test, before_openfiles, after_openfiles);
 }
 
 static void


More information about the svn-src-projects mailing list