summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2010-09-02 03:42:26 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2010-09-02 03:42:26 +0000
commita6eb83193e46a7a1712055fc860762d2ae1dc228 (patch)
tree81a514687ac27fec686631bee0736c86a94b1599 /sys/dev/usb/input
parent8d8bdb018dd70dfae557c91b21c28b14766471b2 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/input')
-rw-r--r--sys/dev/usb/input/ukbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c
index 5101a351292d..aca5df034cac 100644
--- a/sys/dev/usb/input/ukbd.c
+++ b/sys/dev/usb/input/ukbd.c
@@ -720,7 +720,7 @@ ukbd_set_leds_callback(struct usb_xfer *xfer, usb_error_t error)
break;
default: /* Error */
- DPRINTFN(0, "error=%s\n", usbd_errstr(error));
+ DPRINTFN(1, "error=%s\n", usbd_errstr(error));
break;
}
}