Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common remove a debug...



details:   https://anonhg.NetBSD.org/src/rev/8e0f2d8c7dbb
branches:  trunk
changeset: 767653:8e0f2d8c7dbb
user:      yamt <yamt%NetBSD.org@localhost>
date:      Tue Jul 26 12:28:01 2011 +0000

description:
remove a debug printf

diffstat:

 external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r c1291cef2ab5 -r 8e0f2d8c7dbb external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c
--- a/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c Tue Jul 26 12:26:33 2011 +0000
+++ b/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c Tue Jul 26 12:28:01 2011 +0000
@@ -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));



Home | Main Index | Thread Index | Old Index