fix: remove useless newlines

This commit is contained in:
Tom MTT 2022-12-11 00:42:30 +01:00
parent fdbbd73010
commit 3c356481e1
2 changed files with 0 additions and 2 deletions

View file

@ -348,7 +348,6 @@ int main(int argc, char *argv[])
gid = user->pw_gid;
} else {
puts("");
syslog(LOG_WARNING, "running as non-root user.");
syslog(LOG_WARNING, "`chroot' and user switching have been disabled.");
puts("");