Skip to content

Commit

Permalink
Further improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 committed Oct 22, 2023
1 parent 1dcc6bc commit 7a4591a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/aizistral/nochatreports/common/NCRCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public static void awaken(PlatformProvider platformProvider) {
}

private static void setup() {
LOGGER.info("KONNICHIWA ZA WARUDO!");
LOGGER.info("Default JVM text encoding is: " + Charset.defaultCharset().displayName());
LOGGER.debug("KONNICHIWA ZA WARUDO!");
LOGGER.debug("Default JVM text encoding is: " + Charset.defaultCharset().displayName());

NCRConfig.load();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static void load() {
}

if(common.enableDebugLog())
System.setProperty("mixin.debug.verbose", "true");
System.setProperty("mixin.verbose", "true");

save();
}
Expand Down

0 comments on commit 7a4591a

Please sign in to comment.