Index: uspace/lib/c/rtld/module.c
===================================================================
--- uspace/lib/c/rtld/module.c	(revision ec883cfb5af8ac346f5f441d0193af9fefef179a)
+++ uspace/lib/c/rtld/module.c	(revision 5d4763bf9f73f33ab7140013e61f50715ed3fbc9)
@@ -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);
