summaryrefslogtreecommitdiff
path: root/libmisc/audit_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmisc/audit_help.c')
-rw-r--r--libmisc/audit_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmisc/audit_help.c b/libmisc/audit_help.c
index 1aadaa37..b4e5f10e 100644
--- a/libmisc/audit_help.c
+++ b/libmisc/audit_help.c
@@ -59,7 +59,7 @@ void audit_help_open (void)
return;
}
(void) fputs (_("Cannot open audit interface - aborting.\n"),
- stderr);
+ shadow_logfd);
exit (EXIT_FAILURE);
}
}