From 1b539c3c7dd463c768cad0db562eab4a77af23c6 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 21 May 2007 05:40:29 +0000 Subject: Remove logprintf macro --- sys/dev/usb/ucycom.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb/ucycom.c') diff --git a/sys/dev/usb/ucycom.c b/sys/dev/usb/ucycom.c index 8da14204f16..742ecb9fbd8 100644 --- a/sys/dev/usb/ucycom.c +++ b/sys/dev/usb/ucycom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ucycom.c,v 1.4 2006/08/24 12:14:23 jason Exp $ */ +/* $OpenBSD: ucycom.c,v 1.5 2007/05/21 05:40:28 jsg Exp $ */ /* $NetBSD: ucycom.c,v 1.3 2005/08/05 07:27:47 skrll Exp $ */ /* @@ -68,8 +68,8 @@ #include #ifdef UCYCOM_DEBUG -#define DPRINTF(x) if (ucycomdebug) logprintf x -#define DPRINTFN(n, x) if (ucycomdebug > (n)) logprintf x +#define DPRINTF(x) if (ucycomdebug) printf x +#define DPRINTFN(n, x) if (ucycomdebug > (n)) printf x int ucycomdebug = 200; #else #define DPRINTF(x) -- cgit v1.2.3