Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Set the debug level to 0.



details:   https://anonhg.NetBSD.org/src/rev/ea746d6fc317
branches:  trunk
changeset: 500200:ea746d6fc317
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Dec 08 01:53:44 2000 +0000

description:
Set the debug level to 0.

diffstat:

 sys/dev/usb/uftdi.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 92ffc60a1b04 -r ea746d6fc317 sys/dev/usb/uftdi.c
--- a/sys/dev/usb/uftdi.c       Thu Dec 07 22:46:04 2000 +0000
+++ b/sys/dev/usb/uftdi.c       Fri Dec 08 01:53:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uftdi.c,v 1.3 2000/09/03 19:15:45 augustss Exp $       */
+/*     $NetBSD: uftdi.c,v 1.4 2000/12/08 01:53:44 augustss Exp $       */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
 #ifdef UFTDI_DEBUG
 #define DPRINTF(x)     if (uftdidebug) printf x
 #define DPRINTFN(n,x)  if (uftdidebug>(n)) printf x
-int uftdidebug = 15;
+int uftdidebug = 0;
 #else
 #define DPRINTF(x)
 #define DPRINTFN(n,x)



Home | Main Index | Thread Index | Old Index