Remove chatter from process shutdown.
authorBrian Aker <brian@tangent.org>
Wed, 5 Dec 2012 05:26:32 +0000 (00:26 -0500)
committerBrian Aker <brian@tangent.org>
Wed, 5 Dec 2012 05:26:32 +0000 (00:26 -0500)
libtest/cmdline.cc

index 97eddd07aa6463497a9a419374412c25e8e6818f..709aac10a9e4a18579f1fe29dbf4455b152c59a7 100644 (file)
@@ -437,10 +437,12 @@ Application::error_t Application::join()
         throw std::runtime_error(error_string);
       }
 
+#if 0
       // If we terminted it on purpose then it counts as a success.
       Out << "waitpid() application terminated at request"
         << " pid:" << _pid 
         << " name:" << built_argv[0];
+#endif
     }
     else
     {