Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2002 22:20:32 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10997 for review
Message-ID:  <200205080520.g485KWv23968@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205080520.g485KWv23968>