Index: uspace/drv/infrastructure/root/root.c
===================================================================
--- uspace/drv/infrastructure/root/root.c	(revision 56fd7cf53b8ee7af3e78e2237e566926562e0291)
+++ uspace/drv/infrastructure/root/root.c	(revision dcb07513e66a1ecb603d6f380ffee05fa3b4e187)
@@ -237,5 +237,5 @@
 	printf(NAME ": HelenOS root device driver\n");
 
-	ddf_log_init(NAME, LVL_ERROR);
+	ddf_log_init(NAME);
 	return ddf_driver_main(&root_driver);
 }
