Remove "killing process <pid>" messages
They convey no useful information.
This commit is contained in:
@@ -332,11 +332,7 @@ RunPager::~RunPager()
|
||||
pid.wait();
|
||||
}
|
||||
} catch (...) {
|
||||
try {
|
||||
pid.kill(true);
|
||||
} catch (...) {
|
||||
ignoreException();
|
||||
}
|
||||
ignoreException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user