From e07f710abc0ec78b7d7520bafb2b82dbe430ac4c Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 18 Mar 2006 18:32:12 +0000 Subject: Merge perforce 93507: Correct comment: this print is now from audit_record_write(), not audit_worker(). Obtained from: TrustedBSD Project --- sys/security/audit/audit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/security/audit/audit.c') diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index 47de6ee..517c154 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -359,8 +359,8 @@ audit_record_write(struct vnode *vp, struct kaudit_record *ar, (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; } -- cgit v1.1