PERFORCE change 174148 for review
Robert Watson
rwatson at FreeBSD.org
Tue Feb 2 15:14:14 UTC 2010
http://p4web.freebsd.org/chv.cgi?CH=174148
Change 174148 by rwatson at rwatson_vimage_client on 2010/02/02 15:13:49
Clarify a regression test output.
Affected files ...
.. //depot/projects/trustedbsd/capabilities/src/tools/regression/sockets/unix_gc/unix_gc.c#3 edit
Differences ...
==== //depot/projects/trustedbsd/capabilities/src/tools/regression/sockets/unix_gc/unix_gc.c#3 (text+ko) ====
@@ -256,8 +256,8 @@
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 p4-projects
mailing list