Index: uspace/drv/bus/usb/ehci/ehci_batch.c
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_batch.c	(revision 1803b7d06b393cb393ba0e26a02afa89f4cdc0af)
+++ uspace/drv/bus/usb/ehci/ehci_batch.c	(revision 4090f661f1fa3feb0afda763d4dfa1e12dba7ad6)
@@ -287,5 +287,5 @@
 	    buffer, ehci_batch->usb_batch->setup_size, toggle, false);
 	usb_log_debug("Created CONTROL SETUP TD(%"PRIxn"): %08x:%08x:%08x",
-	    addr_to_phys(ehci_batch->qh),
+	    addr_to_phys(ehci_batch->tds[0]),
 	    ehci_batch->tds[0]->status, ehci_batch->tds[0]->next,
 	    ehci_batch->tds[0]->alternate);
@@ -304,5 +304,5 @@
 		    transfer_size, toggle, false);
 		usb_log_debug2("Created CONTROL DATA TD(%"PRIxn"): %08x:%08x:%08x",
-		    addr_to_phys(ehci_batch->qh),
+		    addr_to_phys(ehci_batch->tds[td_current]),
 		    ehci_batch->tds[td_current]->status,
 		    ehci_batch->tds[td_current]->next,
@@ -319,5 +319,5 @@
 	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",
-	    addr_to_phys(ehci_batch->qh),
+	    addr_to_phys(ehci_batch->tds[td_current]),
 	    ehci_batch->tds[td_current]->status,
 	    ehci_batch->tds[td_current]->next,
@@ -363,5 +363,5 @@
 
 		usb_log_debug("Created DATA TD(%"PRIxn": %08x:%08x:%08x",
-		    addr_to_phys(ehci_batch->qh),
+		    addr_to_phys(ehci_batch->tds[td_current]),
 		    ehci_batch->tds[td_current]->status,
 		    ehci_batch->tds[td_current]->next,
