Date: Sat, 18 Mar 2006 16:11:51 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 93507 for review Message-ID: <200603181611.k2IGBpvO094546@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93507 Change 93507 by rwatson@rwatson_peppercorn on 2006/03/18 16:11:21 Correct comment: this print is now from audit_record_write(), not audit_worker(). Affected files ... .. //depot/projects/trustedbsd/audit3/sys/security/audit/audit.c#18 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit.c#18 (text+ko) ==== @@ -361,8 +361,8 @@ (unsigned long) ((audit_q_len + audit_pre_q_len + 1) * MAX_AUDIT_RECORD_SIZE) / mnt_stat->f_bsize >= (unsigned long)(mnt_stat->f_bfree)) { - printf( - "audit_worker: free space below size of audit queue, failing stop\n"); + printf("audit_record_write: free space below size of audit " + "queue, failing stop\n"); audit_in_failure = 1; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603181611.k2IGBpvO094546>