Skip to content

Commit

Permalink
Forgot a dispatch prefix on error while merging
Browse files Browse the repository at this point in the history
  • Loading branch information
4Benj committed Apr 21, 2022
1 parent 96da53b commit ff6958e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private void initRegion() {

this.regionListBase64 = Base64.getEncoder().encodeToString(regionList.toByteString().toByteArray());
} catch (Exception e) {
Grasscutter.getLogger().error("Error while initializing region info!", e);
Grasscutter.getLogger().error("[Dispatch] Error while initializing region info!", e);
}
}

Expand Down

0 comments on commit ff6958e

Please sign in to comment.