aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.c')
-rw-r--r--pseudo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pseudo.c b/pseudo.c
index 5282ca8..f295959 100644
--- a/pseudo.c
+++ b/pseudo.c
@@ -88,6 +88,7 @@ main(int argc, char *argv[]) {
pseudo_debug(2, "can't run daemon with libpseudo in LD_PRELOAD\n");
if (getenv("PSEUDO_RELOADED")) {
pseudo_diag("I can't seem to make LD_PRELOAD go away. Sorry.\n");
+ pseudo_diag("LD_PRELOAD: %s\n", ld_env);
exit(EXIT_FAILURE);
}
setenv("PSEUDO_RELOADED", "YES", 1);