Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2009 19:03:59 GMT
From:      Ilias Marinos <marinosi@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 167548 for review
Message-ID:  <200908201903.n7KJ3xti082343@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167548

Change 167548 by marinosi@marinosi_redrum on 2009/08/20 19:03:07

	Remove a printf() leftover.

Affected files ...

.. //depot/projects/soc2009/marinosi_appaudit/src/sys/security/audit/audit_worker.c#13 edit

Differences ...

==== //depot/projects/soc2009/marinosi_appaudit/src/sys/security/audit/audit_worker.c#13 (text) ====

@@ -321,7 +321,6 @@
 	if ((ar->k_ar_commit & AR_COMMIT_USER) &&
 	    (ar->k_ar_commit & AR_PRESELECT_USER_TRAIL)) {
 		AUDIT_WORKER_LOCK_ASSERT(as);
-		printf("audit_worker_process_record(): Ready to call audit_record_write().\n");
 		audit_record_write(as, ar->k_udata,
 		    ar->k_ulen);
 	}



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