PERFORCE change 188801 for review
Edward Tomasz Napierala
trasz at FreeBSD.org
Sun Feb 13 19:22:37 UTC 2011
http://p4web.freebsd.org/@@188801?ac=10
Change 188801 by trasz at trasz_victim on 2011/02/13 19:22:01
Make the message just a little shorter, so it can fit in a single line.
Affected files ...
.. //depot/projects/soc2009/trasz_limits/sys/kern/kern_rctl.c#32 edit
Differences ...
==== //depot/projects/soc2009/trasz_limits/sys/kern/kern_rctl.c#32 (text+ko) ====
@@ -323,7 +323,7 @@
sbuf_new(&sb, buf, RCTL_LOG_BUFSIZE, SBUF_FIXEDLEN);
rctl_rule_to_sbuf(&sb, rule);
sbuf_finish(&sb);
- printf("rctl: rule \"%s\" matched by process %d "
+ printf("rctl: rule \"%s\" matched by pid %d "
"(%s), uid %d, jid %d\n", sbuf_data(&sb), p->p_pid,
p->p_comm, p->p_ucred->cr_uid,
p->p_ucred->cr_prison->pr_id);
More information about the p4-projects
mailing list