Demote some too verbose logs to TRACE level

Fixes #1864.
This commit is contained in:
Koichiro IWAO 2021-04-26 11:48:51 +09:00
parent 5f618207dd
commit b7f5004008
No known key found for this signature in database
GPG Key ID: 03993B4065E7193B
2 changed files with 2 additions and 2 deletions

View File

@ -622,7 +622,7 @@ xrdp_rdp_send_data(struct xrdp_rdp *self, struct stream *s,
}
else
{
LOG_DEVEL(LOG_LEVEL_DEBUG,
LOG_DEVEL(LOG_LEVEL_TRACE,
"xrdp_rdp_send_data: compress_rdp failed, sending "
"uncompressed data. type %d, flags %d",
mppc_enc->protocol_type, mppc_enc->flags);

View File

@ -1909,7 +1909,7 @@ callback(intptr_t id, int msg, intptr_t param1, intptr_t param2,
rv = xrdp_mm_check_chan(wm->mm);
break;
case 0x5557:
LOG(LOG_LEVEL_DEBUG, "callback: frame ack %p", (void *) param1);
LOG(LOG_LEVEL_TRACE, "callback: frame ack %p", (void *) param1);
xrdp_mm_frame_ack(wm->mm, param1);
break;
case 0x5558: