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