Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2002 14:55:58 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18302 for review
Message-ID:  <200209282155.g8SLtwux036141@freefall.freebsd.org>

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

Change 18302 by rwatson@rwatson_tislabs on 2002/09/28 14:55:38

	Trim some debugging printfs.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#118 edit
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#98 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#118 (text+ko) ====

@@ -679,9 +679,6 @@
 	    (rangelow == NULL && rangehigh == NULL),
 	    ("mac_biba_internalize_label: range mismatch"));
 
-	printf("Biba: single: %s, range low: %s, range high: %s\n",
-	    single, rangelow, rangehigh);
-
 	bzero(mac_biba, sizeof(*mac_biba));
 	if (single != NULL) {
 		error = mac_biba_parse_element(&mac_biba->mb_single, single);

==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#98 (text+ko) ====

@@ -669,9 +669,6 @@
 	    (rangelow == NULL && rangehigh == NULL),
 	    ("mac_biba_internalize_label: range mismatch"));
 
-	printf("MLS: single: %s, range low: %s, range high: %s\n",
-	    single, rangelow, rangehigh);
-
 	bzero(mac_mls, sizeof(*mac_mls));
 	if (single != NULL) {
 		error = mac_mls_parse_element(&mac_mls->mm_single, single);

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?200209282155.g8SLtwux036141>