Index: uspace/drv/bus/usb/xhci/hc.c
===================================================================
--- uspace/drv/bus/usb/xhci/hc.c	(revision 837581fd9d3115e67bc69b9b973fb443d8c9f503)
+++ uspace/drv/bus/usb/xhci/hc.c	(revision 598733c9553886e10459ee2bc98ecdc2d2bcd4b7)
@@ -507,5 +507,5 @@
 	}
 
-	usb_log_debug2("Polled status: %x", hc, *status);
+	usb_log_debug2("Polled status: %x", *status);
 	return EOK;
 }
@@ -513,7 +513,7 @@
 static int xhci_handle_mfindex_wrap_event(xhci_hc_t *hc, xhci_trb_t *trb)
 {
-	usb_log_debug2("Microframe index wrapped.", hc, *status);
 	struct timeval tv;
 	getuptime(&tv);
+	usb_log_debug2("Microframe index wrapped (@%lu.%li, %"PRIu64" total).", tv.tv_sec, tv.tv_usec, hc->wrap_count);
 	hc->wrap_time = ((uint64_t) tv.tv_sec) * 1000000 + ((uint64_t) tv.tv_usec);
 	++hc->wrap_count;
