Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2010 14:46:01 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 177713 for review
Message-ID:  <201005041446.o44Ek1Gj020814@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@177713?ac=10

Change 177713 by csjp@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)



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