From 8fe219655f3e6b90052a46a10fb7133c8a4d8f36 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Thu, 15 Jun 2017 19:41:27 +0100 Subject: [PATCH] Remove unwanted comment tag --- src/shutdown.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shutdown.cc b/src/shutdown.cc index 9f66e1a..4d4577f 100644 --- a/src/shutdown.cc +++ b/src/shutdown.cc @@ -246,7 +246,7 @@ void do_system_shutdown(shutdown_type_t shutdown_type) dup2(consfd, STDOUT_FILENO); } - cout << "Sending TERM/KILL to all processes..." << endl; // DAV + cout << "Sending TERM/KILL to all processes..." << endl; // Send TERM/KILL to all (remaining) processes kill(-1, SIGTERM); -- 2.25.1