Browse Source

Remove unwanted comment tag

Davin McCall 6 years ago
parent
commit
8fe219655f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shutdown.cc

+ 1 - 1
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);