From: Brian Aker Date: Wed, 5 Dec 2012 05:26:32 +0000 (-0500) Subject: Remove chatter from process shutdown. X-Git-Tag: 1.0.15~9^2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=482d0b2efc0a5b1e16818551892613c252c15f30;p=m6w6%2Flibmemcached Remove chatter from process shutdown. --- diff --git a/libtest/cmdline.cc b/libtest/cmdline.cc index 97eddd07..709aac10 100644 --- a/libtest/cmdline.cc +++ b/libtest/cmdline.cc @@ -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 {