Revert "Removed optional exception logger"

This reverts commit 4ad8d3d077.
This commit is contained in:
Swirny 2020-05-23 17:37:39 -04:00 committed by Mike
parent 4ad8d3d077
commit 5bd184a03a

View File

@ -35,6 +35,8 @@ public class ModToolUserInfoComposer extends MessageComposer {
totalBans = set.getInt("totalBans");
}
}
} catch (SQLException e) {
LOGGER.error("Caught SQL exception", e);
}
this.response.appendInt(this.set.getInt("user_id"));
this.response.appendString(this.set.getString("username"));