Преглед изворни кода

Remove unwanted comment tag

Davin McCall пре 7 година
родитељ
комит
8fe219655f
1 измењених фајлова са 1 додато и 1 уклоњено
  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);