Remove unwanted comment tag
authorDavin McCall <davmac@davmac.org>
Thu, 15 Jun 2017 18:41:27 +0000 (19:41 +0100)
committerDavin McCall <davmac@davmac.org>
Thu, 15 Jun 2017 18:41:27 +0000 (19:41 +0100)
src/shutdown.cc

index 9f66e1a468228dd9c1fc71ee52862b5912558948..4d4577ffbdee41ea8283f19cb1f9392968c36394 100644 (file)
@@ -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);