From owner-p4-projects Tue May 7 22:20:43 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0522137B406; Tue, 7 May 2002 22:20:35 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F8D137B40F for ; Tue, 7 May 2002 22:20:32 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g485KWv23968 for perforce@freebsd.org; Tue, 7 May 2002 22:20:32 -0700 (PDT) (envelope-from arr@freebsd.org) Date: Tue, 7 May 2002 22:20:32 -0700 (PDT) Message-Id: <200205080520.g485KWv23968@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to arr@freebsd.org using -f From: "Andrew R. Reiter" Subject: PERFORCE change 10997 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10997 Change 10997 by arr@arr_shibby on 2002/05/07 22:20:22 - Change some debug output (not to anything much better). Affected files ... ... //depot/projects/trustedbsd/audit/sys/sys/audit.h#29 edit Differences ... ==== //depot/projects/trustedbsd/audit/sys/sys/audit.h#29 (text+ko) ==== @@ -233,11 +233,11 @@ printf("---[ HEADER ]---\n" "-[ Version: %u, Record ID: %u\n" - "-[ Result: %s, errno: %d\n" + "-[ Result: %s, errno: %d\n", "-[ Time event occured: %x\n", ahp->ah_v, ahp->ah_id, AUDIT_EV_RESULT(ahp->ah_evresult), ahp->ah_errno, - &ahp->ah_evtime); + ahp->ah_evtime); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message