|
@@ -232,8 +232,7 @@ public final class ExitUtil {
|
|
|
try {
|
|
|
if (status != 0) {
|
|
|
//exit indicates a problem, log it
|
|
|
- LOG.debug("Halt with status {}: {}", status, msg, ee);
|
|
|
- LOG.info("Halt with status {}: {}", status, msg, msg);
|
|
|
+ LOG.info("Halt with status {}: {}", status, msg, ee);
|
|
|
}
|
|
|
} catch (Exception ignored) {
|
|
|
// ignore exceptions here, as it may be due to an out of memory situation
|