Skip to content
Success

Changes

Summary

  1. SPIGOT-1230: Normalize null log names in ForwardLogHandler. (details)
Commit 12698ea5ad013517d03e69ade85ca49884bc3034 by md_5
SPIGOT-1230: Normalize null log names in ForwardLogHandler.

Not technically 100% correct since null != "null", but without sacrficing performance this is the best way to fix the issue in the current implementation.
The file was modified src/main/java/org/bukkit/craftbukkit/util/ForwardLogHandler.java