[FIX] Should no longer go into debugging ServerPinger (#669)

This commit is contained in:
microwin7 2023-07-21 17:09:05 +03:00 committed by GitHub
parent 2f7b94365a
commit 680244e5d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ private Result modernPing(HInput input, HOutput output, int protocol) throws IOE
if (statusPacketID != 0x0)
throw new IOException("Illegal status packet ID: " + statusPacketID);
response = packetInput.readString(PACKET_LENGTH);
LogHelper.debug("Ping response (modern): '%s'", response);
LogHelper.dev("Ping response (modern): '%s'", response);
}
// Parse JSON response