log: Modify received Heartbeat PDU from debug to trace

This commit is contained in:
Kang Lin
2025-01-09 09:13:36 +08:00
parent 0758835d36
commit a413d562f9

View File

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