Index: uspace/drv/uhci-hcd/utils/malloc32.h
===================================================================
--- uspace/drv/uhci-hcd/utils/malloc32.h	(revision 68b9f1482f2f96aed7b7f62671e990be5cc189c7)
+++ uspace/drv/uhci-hcd/utils/malloc32.h	(revision aeca5a3917e68570670d6eed0576b4f79ade92cc)
@@ -75,5 +75,5 @@
 		return slab_malloc_g();
 	usb_log_warning("Requested %zu bytes, current allocator can't handle "
-	    "that amount, pray that the standard malloc will suffice.");
+	    "that amount, pray that the standard malloc will suffice.", size);
 	return memalign(UHCI_STRCUTURES_ALIGNMENT, size);
 }
