mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 00:40:52 +01:00
printStackTrace to LOGGER
This commit is contained in:
parent
1a932f6955
commit
61acf1ec59
@ -160,7 +160,7 @@ public class ForumDataMessageComposer extends MessageComposer {
|
|||||||
this.response.appendBoolean(guild.getOwnerId() == this.habbo.getHabboInfo().getId() || isStaff || isAdmin); //Can Mod (staff)
|
this.response.appendBoolean(guild.getOwnerId() == this.habbo.getHabboInfo().getId() || isStaff || isAdmin); //Can Mod (staff)
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
LOGGER.error("Caught SQL exception", e);
|
||||||
return new ErrorReportComposer(500).compose();
|
return new ErrorReportComposer(500).compose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user