mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX] Вывод отладочного сообщения если класс сообщения ipForward указан неверно
This commit is contained in:
parent
fe57424e2a
commit
798a5ddc7e
1 changed files with 1 additions and 0 deletions
|
@ -37,5 +37,6 @@ public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception
|
|||
context.ip = realIP;
|
||||
}
|
||||
}
|
||||
else LogHelper.error("IpForwarding error. Real message class %s", msg.getClass().getName());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue