atom feed1 message in org.freebsd.p4-projectsPERFORCE change 188801 for review
FromSent OnAttachments
Edward Tomasz NapieralaFeb 13, 2011 11:21 am 
Subject:PERFORCE change 188801 for review
From:Edward Tomasz Napierala (tra@FreeBSD.org)
Date:Feb 13, 2011 11:21:55 am
List:org.freebsd.p4-projects

http://p4web.freebsd.org/@@188801?ac=10

Change 188801 by trasz@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);