diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-09-04 20:14:48 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-09-04 20:14:48 +0000 |
| commit | ed5e1b5537d11f24f9a3fa7c38dbbc31ee2a59c2 (patch) | |
| tree | bc14d40d2e3a97c078e7b6487676b2005117ae6d | |
| parent | 15a7acf28632a3276628d6b6f47752a1de89b479 (diff) | |
Notes
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 914727788716..d0a3ce42e08a 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -550,8 +550,8 @@ digest_dynamic(Obj_Entry *obj) break; default: - xprintf("Ignored d_tag %d\n",dynp->d_tag); - break; + dbg("Ignoring d_tag %d = %#x", dynp->d_tag, dynp->d_tag); + break; } } |
