Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2010 01:43:08 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r215494 - stable/8/sys/dev/usb/input
Message-ID:  <201011190143.oAJ1h81s052592@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Fri Nov 19 01:43:08 2010
New Revision: 215494
URL: http://svn.freebsd.org/changeset/base/215494

Log:
  MFC r212128
  
   Silence debug error by default.
  
  PR:		usb/141212

Modified:
  stable/8/sys/dev/usb/input/ukbd.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/usb/input/ukbd.c
==============================================================================
--- stable/8/sys/dev/usb/input/ukbd.c	Fri Nov 19 01:42:13 2010	(r215493)
+++ stable/8/sys/dev/usb/input/ukbd.c	Fri Nov 19 01:43:08 2010	(r215494)
@@ -727,7 +727,7 @@ ukbd_set_leds_callback(struct usb_xfer *
 		break;
 
 	default:			/* Error */
-		DPRINTFN(0, "error=%s\n", usbd_errstr(error));
+		DPRINTFN(1, "error=%s\n", usbd_errstr(error));
 		break;
 	}
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011190143.oAJ1h81s052592>