Index: uspace/drv/bus/usb/xhci/isoch.c
===================================================================
--- uspace/drv/bus/usb/xhci/isoch.c	(revision 51a51be943417c8bcd0347b01f2a7a91627a6850)
+++ uspace/drv/bus/usb/xhci/isoch.c	(revision 4e44f5d3b6bb2bad9ed8e9968525722d93aa5747)
@@ -65,5 +65,5 @@
 	isoch->buffer_count = max(2, isoch->buffer_count);
 
-	usb_log_error("[isoch] isoch setup with %zu buffers", isoch->buffer_count);
+	usb_log_debug2("[isoch] isoch setup with %zu buffers", isoch->buffer_count);
 }
 
