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 majo...@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message