Index: uspace/drv/uhci-rhd/main.c
===================================================================
--- uspace/drv/uhci-rhd/main.c	(revision 97e87de172275f4c488ecf1af6d38344fe622592)
+++ uspace/drv/uhci-rhd/main.c	(revision 014d503342bb9286f8822864d0f9e98a2a1f8879)
@@ -102,5 +102,5 @@
 int main(int argc, char *argv[])
 {
-	usb_log_enable(USB_LOG_LEVEL_DEBUG, NAME);
+	usb_log_enable(USB_LOG_LEVEL_ERROR, NAME);
 	return driver_main(&uhci_rh_driver);
 }
