Remove "killing process <pid>" messages
They convey no useful information.
This commit is contained in:
parent
43f158bb08
commit
0ec7f47b00
4 changed files with 6 additions and 11 deletions
|
@ -203,7 +203,7 @@ public:
|
|||
~Pid();
|
||||
void operator =(pid_t pid);
|
||||
operator pid_t();
|
||||
int kill(bool quiet = false);
|
||||
int kill();
|
||||
int wait();
|
||||
|
||||
void setSeparatePG(bool separatePG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue