diff --git a/libfreerdp/core/heartbeat.c b/libfreerdp/core/heartbeat.c index 58d3ba5f7..0b5b715f5 100644 --- a/libfreerdp/core/heartbeat.c +++ b/libfreerdp/core/heartbeat.c @@ -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);