dont print stacktrace

This commit is contained in:
Doug MacEachern 2004-08-10 22:24:43 +00:00
parent 25887e0f4a
commit 2d3a408648
1 changed files with 1 additions and 2 deletions

View File

@ -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());
}
}
}