mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
update.c: Fix update_end_paint wrong log level
This commit is contained in:
@@ -803,7 +803,7 @@ static BOOL update_end_paint(rdpContext* context)
|
||||
|
||||
if (update->numberOrders > 0)
|
||||
{
|
||||
WLog_ERR(TAG, "sending %"PRIu16" orders", update->numberOrders);
|
||||
WLog_DBG(TAG, "sending %"PRIu16" orders", update->numberOrders);
|
||||
fastpath_send_update_pdu(context->rdp->fastpath, FASTPATH_UPDATETYPE_ORDERS, s,
|
||||
FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user