Do not report part-termination of processes.
This commit is contained in:
parent
977a8617a2
commit
28548f35b0
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ void Util::Procs::childsig_handler(int signum){
|
|||
plist.erase(ret);
|
||||
#if DEBUG >= 1
|
||||
if (isActive(pname)){
|
||||
std::cerr << "Process " << pname << " part-terminated." << std::endl;
|
||||
Stop(pname);
|
||||
}else{
|
||||
std::cerr << "Process " << pname << " fully terminated." << std::endl;
|
||||
|
|
Loading…
Add table
Reference in a new issue