summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ucom.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-01-13 01:09:14 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-01-13 01:09:14 +0000
commit7fa15f53015e69b3e65c07cc8624430fc775eeb6 (patch)
treed5265c3a3e922a55bd6d151dd70f66812c4f4468 /sys/dev/usb/ucom.c
parent21033cbdb850fae830dc15b5d4613b258ad065f0 (diff)
downloadFreeBSD-src-7fa15f53015e69b3e65c07cc8624430fc775eeb6.zip
FreeBSD-src-7fa15f53015e69b3e65c07cc8624430fc775eeb6.tar.gz
Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)
Diffstat (limited to 'sys/dev/usb/ucom.c')
-rw-r--r--sys/dev/usb/ucom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c
index 902e976..6772854 100644
--- a/sys/dev/usb/ucom.c
+++ b/sys/dev/usb/ucom.c
@@ -1,5 +1,5 @@
/* $NetBSD: ucom.c,v 1.6 1999/01/08 11:58:25 augustss Exp $ */
-/* FreeBSD $Id: ucom.c,v 1.6 1999/01/08 17:25:37 eivind Exp $ */
+/* $FreeBSD$ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
#ifdef USB_DEBUG
#define DPRINTF(x) if (ucomdebug) printf x
#define DPRINTFN(n,x) if (ucomdebug>(n)) printf x
-int ucomdebug = 0;
+int ucomdebug = 1;
#else
#define DPRINTF(x)
#define DPRINTFN(n,x)
OpenPOWER on IntegriCloud