Improve error handling

This commit is contained in:
James Seibel
2020-10-06 10:50:10 -05:00
parent 047a7f941c
commit 1fd8537952
@@ -145,7 +145,8 @@ public class LodRegionFileHandler
}
catch(Exception e)
{
System.err.println("LOD ERROR \t" + e);
System.err.println("LOD ERROR: ");
e.printStackTrace();
}
}