mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Should no longer go into debugging ServerPinger (#669)
This commit is contained in:
parent
2f7b94365a
commit
680244e5d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue