Fix copy-paste error

This commit is contained in:
Konstantin Pereiaslov
2024-01-05 03:10:10 -06:00
parent 941d8fd046
commit b2c8e2f20b

2
main.c
View File

@@ -92,7 +92,7 @@ void sigterm_handler(int signum) {
}
} else {
if (!quiet) {
printf("Received SIGINT, sending SIGTERM to the command and waiting for it to finish\n");
printf("Received SIGTERM, sending SIGTERM to the command and waiting for it to finish\n");
}
send_signal_to_pid(pid, signum, "SIGTERM");
}