Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2002 21:22:32 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13782 for review
Message-ID:  <200207040422.g644MWQK050422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13782

Change 13782 by rwatson@rwatson_curry on 2002/07/03 21:21:36

	Remove debugging output that crept in from some tree or another
	(maybe mine?).

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#157 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#157 (text+ko) ====

@@ -1550,8 +1550,6 @@
 		return (error);
 
 	MAC_CHECK(cred_check_open_vnode, cred, vp, &vp->v_label, acc_mode);
-	if (error)
-		printf("mac_cred_check_open_vnode returns %d\n", error);
 	return (error);
 }
 

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?200207040422.g644MWQK050422>