mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 19:52:55 +01:00
Hide message from connection throttle on startup. Fixes BUKKIT-5403
This commit is contained in:
parent
393ece9ec5
commit
533c48996b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class HandshakeListener implements PacketHandshakingInListener {
|
|||
}
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
org.apache.logging.log4j.LogManager.getLogger().error("Failed to check connection throttle", t);
|
||||
org.apache.logging.log4j.LogManager.getLogger().debug("Failed to check connection throttle", t);
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
|
|
Loading…
Reference in a new issue