Forgot to handle the error when thrown.

This commit is contained in:
graywolf336 2014-02-20 21:32:45 -06:00
parent 7f79f82636
commit 2458b75f84

View File

@ -353,7 +353,9 @@ public class JailIO {
set.close();
ps.close();
}catch (SQLException e) {
e.printStackTrace();
pl.getLogger().severe("---------- Jail Error!!! ----------");
pl.getLogger().severe("Error while loading the jails, please check the error and fix what is wrong.");
}
pl.debug("Time Now (end): " + System.currentTimeMillis());