Skip to content

Commit

Permalink
Revert "GH-15684 - if h2o dies horribly, log it also to system.err"
Browse files Browse the repository at this point in the history
This reverts commit 61458ba.
  • Loading branch information
valenad1 committed Feb 14, 2024
1 parent 75cdaaf commit 7b73f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h2o-core/src/main/java/water/H2O.java
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,6 @@ private static long getCurrentPID() {
// Die horribly
public static void die(String s) {
Log.fatal(s);
System.err.println(s);
H2O.exit(-1);
}

Expand Down

0 comments on commit 7b73f6a

Please sign in to comment.