fix regression in dynamic linker error reporting
authorRich Felker <dalias@aerifal.cx>
Mon, 30 Jun 2014 01:52:54 +0000 (21:52 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 30 Jun 2014 01:52:54 +0000 (21:52 -0400)
commit9a4ad02214a859e93d2c980e4535378a6a74e3a6
treef254d76d53edcfc3f65eeaf83db38c4d28a60443
parentde337c9314e4dede7b26e03f29cf768e7b0615b5
fix regression in dynamic linker error reporting

due to a mistake when refactoring the error printing for the dynamic
linker (commit 7c73cacd09a51a87484db5689864743e4984a84d), all messages
were suppressed and replaced by blank lines.
src/ldso/dynlink.c