From d70a9c32c4328490ae2803ae9d24cb5d55c0c2b5 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 14 Aug 2006 10:33:19 +0000 Subject: Disable default debug setting now rum works. --- sys/dev/usb/if_rum.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index c64f9447649..a21eafd785d 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.28 2006/08/10 07:44:04 damien Exp $ */ +/* $OpenBSD: if_rum.c,v 1.29 2006/08/14 10:33:18 jsg Exp $ */ /*- * Copyright (c) 2005, 2006 Damien Bergamini @@ -67,12 +67,10 @@ #include #include -#define RUM_DEBUG - #ifdef RUM_DEBUG #define DPRINTF(x) do { if (rum_debug) logprintf x; } while (0) #define DPRINTFN(n, x) do { if (rum_debug >= (n)) logprintf x; } while (0) -int rum_debug = 1; +int rum_debug = 0; #else #define DPRINTF(x) #define DPRINTFN(n, x) -- cgit v1.2.3