From 7fa15f53015e69b3e65c07cc8624430fc775eeb6 Mon Sep 17 00:00:00 2001 From: n_hibma Date: Wed, 13 Jan 1999 01:09:14 +0000 Subject: Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman) --- sys/dev/usb/ucom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/ucom.c') 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) -- cgit v1.1