fix: remove useless newlines
This commit is contained in:
parent
fdbbd73010
commit
3c356481e1
2 changed files with 0 additions and 2 deletions
|
@ -348,7 +348,6 @@ int main(int argc, char *argv[])
|
||||||
gid = user->pw_gid;
|
gid = user->pw_gid;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
puts("");
|
|
||||||
syslog(LOG_WARNING, "running as non-root user.");
|
syslog(LOG_WARNING, "running as non-root user.");
|
||||||
syslog(LOG_WARNING, "`chroot' and user switching have been disabled.");
|
syslog(LOG_WARNING, "`chroot' and user switching have been disabled.");
|
||||||
puts("");
|
puts("");
|
||||||
|
|
1
server.c
1
server.c
|
@ -110,7 +110,6 @@ int initialize_server()
|
||||||
return -1;
|
return -1;
|
||||||
#else
|
#else
|
||||||
if (ipv6_only == 0) {
|
if (ipv6_only == 0) {
|
||||||
puts("");
|
|
||||||
syslog(LOG_WARNING, "dual-stack mode is disabled on OpenBSD.");
|
syslog(LOG_WARNING, "dual-stack mode is disabled on OpenBSD.");
|
||||||
syslog(LOG_WARNING, "feuille will only listen on the `::' IPv6 address.");
|
syslog(LOG_WARNING, "feuille will only listen on the `::' IPv6 address.");
|
||||||
puts("");
|
puts("");
|
||||||
|
|
Reference in a new issue