Index: uspace/drv/bus/usb/ehci/ehci_batch.c
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_batch.c	(revision 3ee8dcd53a296740fad5ed455e6d80040dd9a8a7)
+++ uspace/drv/bus/usb/ehci/ehci_batch.c	(revision 46ec81126a90a7921ed893cf705b519b125333a2)
@@ -285,5 +285,5 @@
 	    ehci_batch->tds[0], ehci_batch->tds[1], USB_DIRECTION_BOTH,
 	    buffer, ehci_batch->usb_batch->setup_size, toggle, false);
-	usb_log_debug("Created CONTROL SETUP TD(%"PRIxn"): %08x:%08x:%08x",
+	usb_log_debug2("Created CONTROL SETUP TD(%"PRIxn"): %08x:%08x:%08x",
 	    addr_to_phys(ehci_batch->tds[0]),
 	    ehci_batch->tds[0]->status, ehci_batch->tds[0]->next,
@@ -317,5 +317,5 @@
 	assert(td_current == ehci_batch->td_count - 1);
 	td_init(ehci_batch->tds[td_current], NULL, status_dir, NULL, 0, 1, true);
-	usb_log_debug("Created CONTROL STATUS TD(%"PRIxn"): %08x:%08x:%08x",
+	usb_log_debug2("Created CONTROL STATUS TD(%"PRIxn"): %08x:%08x:%08x",
 	    addr_to_phys(ehci_batch->tds[td_current]),
 	    ehci_batch->tds[td_current]->status,
@@ -323,5 +323,5 @@
 	    ehci_batch->tds[td_current]->alternate);
 
-	usb_log_debug2(
+	usb_log_debug(
 	    "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.\n", \
 	    ehci_batch->usb_batch,
@@ -345,5 +345,6 @@
 	assert(dir == USB_DIRECTION_IN || dir == USB_DIRECTION_OUT);
 
-	usb_log_debug2("Control QH: %08x:%08x:%08x:%08x:%08x:%08x",
+	usb_log_debug("Control QH(%"PRIxn"): %08x:%08x:%08x:%08x:%08x:%08x",
+	    addr_to_phys(ehci_batch->qh),
 	    ehci_batch->qh->ep_char, ehci_batch->qh->ep_cap,
 	    ehci_batch->qh->status, ehci_batch->qh->current,
@@ -361,5 +362,5 @@
 		    dir, buffer, transfer_size, -1, remain_size == transfer_size);
 
-		usb_log_debug("Created DATA TD(%"PRIxn": %08x:%08x:%08x",
+		usb_log_debug2("Created DATA TD(%"PRIxn": %08x:%08x:%08x",
 		    addr_to_phys(ehci_batch->tds[td_current]),
 		    ehci_batch->tds[td_current]->status,
@@ -373,5 +374,5 @@
 	}
 
-	usb_log_debug2(
+	usb_log_debug(
 	    "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized",
 	    ehci_batch->usb_batch,
