Module Name:    src
Committed By:   yamt
Date:           Tue Jul 26 12:28:02 UTC 2011

Modified Files:
        src/external/cddl/osnet/dist/lib/libdtrace/common: dt_module.c

Log Message:
remove a debug printf


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c
diff -u src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c:1.5 src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c:1.6
--- src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c:1.5	Mon Mar  1 11:19:40 2010
+++ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c	Tue Jul 26 12:28:01 2011
@@ -859,8 +859,6 @@
 	char machine[64];
 	size_t len;
 
-	printf("dt_module_update: %s\n", name);	/* XXX debug */
-
 	if (strcmp("netbsd",name) == 0) {
 		/* want the kernel */
 		strncpy(fname, "/netbsd", sizeof(fname));

Reply via email to