From 3c356481e1c91300e409876a545ca2a971a40806 Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Sun, 11 Dec 2022 00:42:30 +0100 Subject: [PATCH] fix: remove useless newlines --- feuille.c | 1 - server.c | 1 - 2 files changed, 2 deletions(-) diff --git a/feuille.c b/feuille.c index 9847718..a81e82e 100644 --- a/feuille.c +++ b/feuille.c @@ -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(""); diff --git a/server.c b/server.c index c26384c..3fd7d23 100644 --- a/server.c +++ b/server.c @@ -110,7 +110,6 @@ int initialize_server() return -1; #else if (ipv6_only == 0) { - puts(""); syslog(LOG_WARNING, "dual-stack mode is disabled on OpenBSD."); syslog(LOG_WARNING, "feuille will only listen on the `::' IPv6 address."); puts("");