PERFORCE change 177713 for review

Christian S.J. Peron csjp at FreeBSD.org
Tue May 4 14:46:02 UTC 2010


http://p4web.freebsd.org/@@177713?ac=10

Change 177713 by csjp at hvm02 on 2010/05/04 14:45:12

	- Slight style tweak
	- Include the sequence name in the log entry more explicitly
	  so it does not have to be parsed out of the directory name.

Affected files ...

.. //depot/projects/trustedbsd/bsmtrace/log.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/bsmtrace/log.c#4 (text+ko) ====

@@ -124,7 +124,9 @@
 	 * each individual state.
 	 */
 	syslog(LOG_AUTH | LOG_NOTICE,
-	    "%u.%u sequence match evidence file: %s", br->br_sec, br->br_usec,
+	    "%u.%u sequence %s match evidence file: %s",
+	    br->br_sec, br->br_usec,
+	    bs->bs_label,
 	    path);
 	if ((bs->bs_seq_flags & BSM_SEQUENCE_PARENT) != 0) {
 		if (write(fd, br->br_raw, br->br_raw_len) < 0)


More information about the p4-projects mailing list