mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 11:39:07 +00:00
Better warnings
This commit is contained in:
@@ -380,13 +380,11 @@ public class Mantle {
|
||||
try {
|
||||
return getSafe(x, z).get();
|
||||
} catch (InterruptedException e) {
|
||||
Iris.error("Failed to get Tectonic Plate " + x + " " + z + " Due to a thread intterruption");
|
||||
Iris.warn("Failed to get Tectonic Plate " + x + " " + z + " Due to a thread intterruption (hotload?)");
|
||||
Iris.reportError(e);
|
||||
e.printStackTrace();
|
||||
} catch (ExecutionException e) {
|
||||
Iris.error("Failed to get Tectonic Plate " + x + " " + z + " Due to a thread execution exception");
|
||||
Iris.warn("Failed to get Tectonic Plate " + x + " " + z + " Due to a thread execution exception (engine close?)");
|
||||
Iris.reportError(e);
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Iris.warn("Retrying to get " + x + " " + z + " Mantle Region");
|
||||
|
||||
Reference in New Issue
Block a user