更多解密失败日志
This commit is contained in:
parent
528b074595
commit
e88c8c72c9
|
@ -242,6 +242,8 @@ bool TokenController::OnReceive(Message& msg)
|
|||
if (!Decrypt(bs, Key))
|
||||
{
|
||||
debug_printf("TokenController::OnReceive 解密失败 Key:\r\n");
|
||||
auto remote = (IPEndPoint*)msg.State;
|
||||
remote->Show(false);
|
||||
debug_printf(" Code 0x%02X Key: ",msg.Code);
|
||||
Key.Show(true);
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue