Index: uspace/drv/infrastructure/rootvirt/rootvirt.c
===================================================================
--- uspace/drv/infrastructure/rootvirt/rootvirt.c	(revision 56fd7cf53b8ee7af3e78e2237e566926562e0291)
+++ uspace/drv/infrastructure/rootvirt/rootvirt.c	(revision 360823ca2cd6cfcc441581bd5cf8a70db3318659)
@@ -240,5 +240,5 @@
 	printf(NAME ": HelenOS virtual devices root driver\n");
 
-	ddf_log_init(NAME, LVL_ERROR);
+	ddf_log_init(NAME);
 	return ddf_driver_main(&rootvirt_driver);
 }
