diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-27 22:09:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-27 22:09:41 +0000 |
commit | 4e58aab2cf2828342f798f11f239e9d79625fd0b (patch) | |
tree | 3b7babce2af7e30972e28591e1933cd5ef082389 /ldso | |
parent | 13d129765365637080e0f2eedfef98b43c21bd4d (diff) |
elide some debug noise
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/util/ldd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/util/ldd.c b/ldso/util/ldd.c index e7eea7176..482c74f17 100644 --- a/ldso/util/ldd.c +++ b/ldso/util/ldd.c @@ -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; } } |