Date: Tue, 1 Jun 2010 14:42:15 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r208704 - projects/capabilities8/tools/regression/sockets/unix_gc Message-ID: <201006011442.o51EgFEG060160@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006011442.o51EgFEG060160>