OSDN Git Service

elide some debug noise
authorEric Andersen <andersen@codepoet.org>
Mon, 27 Aug 2001 22:09:41 +0000 (22:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 27 Aug 2001 22:09:41 +0000 (22:09 -0000)
ldso/util/ldd.c

index e7eea71..482c74f 100644 (file)
@@ -214,7 +214,6 @@ void locate_library_file(Elf32_Ehdr* ehdr, Elf32_Dyn* dynamic, char *strtab, int
                lib->path = buf;
        } else { 
                free(buf);
-               printf("bad stuff\n");
                lib->path = not_found;
        }
 }