dont print stacktrace
This commit is contained in:
parent
25887e0f4a
commit
2d3a408648
|
@ -58,8 +58,7 @@ public class Ps extends SigarCommandBase {
|
|||
output(pid);
|
||||
} catch (SigarException e) {
|
||||
this.err.println("Exception getting process info for " +
|
||||
pid + ": ");
|
||||
e.printStackTrace();
|
||||
pid + ": " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue