Commit 23caf994 authored by Benjamin Elsdon's avatar Benjamin Elsdon
Browse files

Forgot a dispatch prefix on error while merging

parent 9eca5123
......@@ -155,7 +155,7 @@ public final class DispatchServer {
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);
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment