mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
log: Modify received Heartbeat PDU from debug to trace
This commit is contained in:
@@ -40,7 +40,7 @@ state_run_t rdp_recv_heartbeat_packet(rdpRdp* rdp, wStream* s)
|
||||
Stream_Read_UINT8(s, count1); /* count1 (1 byte) */
|
||||
Stream_Read_UINT8(s, count2); /* count2 (1 byte) */
|
||||
|
||||
WLog_DBG(HEARTBEAT_TAG,
|
||||
WLog_VRB(HEARTBEAT_TAG,
|
||||
"received Heartbeat PDU -> period=%" PRIu8 ", count1=%" PRIu8 ", count2=%" PRIu8 "",
|
||||
period, count1, count2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user