Date: Sun, 13 Feb 2011 19:22:36 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 188801 for review Message-ID: <201102131922.p1DJMa52031066@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102131922.p1DJMa52031066>
