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 1d218bfc51bd68539b902155cd19a8f42c436768)
@@ -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);
 }
 
