From owner-p4-projects@FreeBSD.ORG Sat Mar 18 16:11:52 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B38AB16A420; Sat, 18 Mar 2006 16:11:52 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D8DF16A401 for ; Sat, 18 Mar 2006 16:11:52 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2723643D45 for ; Sat, 18 Mar 2006 16:11:52 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IGBq7c094549 for ; Sat, 18 Mar 2006 16:11:52 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IGBpvO094546 for perforce@freebsd.org; Sat, 18 Mar 2006 16:11:51 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 18 Mar 2006 16:11:51 GMT Message-Id: <200603181611.k2IGBpvO094546@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 93507 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:11:53 -0000 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; }