diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-31 01:28:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-31 01:28:52 +0000 |
commit | 06e689288cb6eb0a70021f0324057f208aad8eff (patch) | |
tree | 7f49f6efbffc917200b785735accdd8fd817735c | |
parent | 80dce5a31a5c52c9c2db182938d8ef385869f92b (diff) | |
download | glibc-06e689288cb6eb0a70021f0324057f208aad8eff.zip glibc-06e689288cb6eb0a70021f0324057f208aad8eff.tar.gz glibc-06e689288cb6eb0a70021f0324057f208aad8eff.tar.bz2 |
* elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf
instead of _dl_printf to print conflict processing debug message.
Reported by John Reiser <jreiser@BitWagon.com>.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-10-26 Jakub Jelinek <jakub@redhat.com> + + * elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf + instead of _dl_printf to print conflict processing debug message. + Reported by John Reiser <jreiser@BitWagon.com>. + 2005-10-30 Ulrich Drepper <drepper@redhat.com> * misc/hsearch_r.c (hsearch_r): Remove duplicate test. |