Index: uspace/lib/usb/src/debug.c
===================================================================
--- uspace/lib/usb/src/debug.c	(revision 56fd7cf53b8ee7af3e78e2237e566926562e0291)
+++ uspace/lib/usb/src/debug.c	(revision 52c4264a632a597d2252dcb23b0c56f28a711f57)
@@ -74,4 +74,5 @@
 		}
 	}
+	log_init(message_prefix, LVL_DEBUG);
 }
 
@@ -148,4 +149,8 @@
 	}
 
+	va_start(args, format);
+	log_msgv(level, format, args);
+	va_end(args);
+
 	fibril_mutex_unlock(&log_serializer);
 }
