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