add mandatory message

This commit is contained in:
prx 2022-10-08 14:20:01 +02:00
parent 92e8239a50
commit 6b6bab5400
1 changed files with 2 additions and 0 deletions

2
main.c
View File

@ -121,6 +121,8 @@ main(int argc, char *argv[])
err(1, "listen");
}
syslog(LOG_DAEMON, "ready to reap on port %s, muhahaha :>", PORT);
while (1) {
sin_size = sizeof(client_addr);
new_fd = accept(sockfd,