Index: uspace/lib/c/rtld/module.c
===================================================================
--- uspace/lib/c/rtld/module.c	(revision 2ca5f6326f12aee981cdb0aa046f8e37cd7d9a67)
+++ uspace/lib/c/rtld/module.c	(revision 54146a0e4e89ae79bdb89d2cd48c51829a471c3d)
@@ -155,5 +155,5 @@
 
 	DPRINTF("filename:'%s'\n", name_buf);
-	printf("load '%s' at 0x%x\n", name_buf, m->bias);
+	DPRINTF("load '%s' at 0x%x\n", name_buf, m->bias);
 
 	rc = elf_load_file(name_buf, m->bias, ELDF_RW, &info);
