From 9857837776ff857024e83e50cac9ffc65d2a94c1 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Wed, 16 Apr 2008 17:18:43 +0000 Subject: Oops, decrease debug log level back to 1. --- sys/dev/usb/uvideo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c index 40407cd37c2..5242e239632 100644 --- a/sys/dev/usb/uvideo.c +++ b/sys/dev/usb/uvideo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.c,v 1.6 2008/04/16 12:19:11 mglocker Exp $ */ +/* $OpenBSD: uvideo.c,v 1.7 2008/04/16 17:18:42 mglocker Exp $ */ /* * Copyright (c) 2008 Robert Nagy @@ -46,7 +46,7 @@ #define UVIDEO_DEBUG #ifdef UVIDEO_DEBUG -int uvideo_debug = 2; +int uvideo_debug = 1; #define DPRINTF(l, x...) do { if ((l) <= uvideo_debug) printf(x); } while (0) #else #define DPRINTF(l, x...) -- cgit v1.2.3