PERFORCE change 93507 for review
Robert Watson
rwatson at FreeBSD.org
Sat Mar 18 16:11:57 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=93507
Change 93507 by rwatson at 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;
}
More information about the trustedbsd-cvs
mailing list