[FIX] Вывод отладочного сообщения если класс сообщения ipForward указан неверно

This commit is contained in:
Gravit 2019-05-09 21:03:59 +07:00
parent fe57424e2a
commit 798a5ddc7e
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -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());
}
}