diff --git a/src/daemon/priv.c b/src/daemon/priv.c index 8bb97ae..895d552 100644 --- a/src/daemon/priv.c +++ b/src/daemon/priv.c @@ -749,7 +749,6 @@ priv_init(const char *chrootdir, int ctl, uid_t uid, gid_t gid) }; sigaction(SIGCHLD, &child, NULL); sig_chld(0); /* Reap already dead children */ - log_warnx("priv", "no privilege separation available"); priv_ping(); #endif }