Skip to content

Commit

Permalink
Fix typo in logger name of GTNHMixins and GasStation modules
Browse files Browse the repository at this point in the history
  • Loading branch information
makamys committed Oct 29, 2023
1 parent 181924a commit f524e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class GasStationModule {

private static final Logger LOGGER = LogManager.getLogger("unimixin-gasstation");
private static final Logger LOGGER = LogManager.getLogger("unimixins-gasstation");

public static void init() {
if(SanityCheckHelper.isEnabled()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class GTNHMixinsModule {

public static final Logger LOGGER = LogManager.getLogger("unimixin-gtnhmixins");
public static final Logger LOGGER = LogManager.getLogger("unimixins-gtnhmixins");

public static void init() {
if(SanityCheckHelper.isEnabled()) {
Expand Down

0 comments on commit f524e7d

Please sign in to comment.