update.c: Fix update_end_paint wrong log level
This commit is contained in:
parent
2842b85d9b
commit
d3dd0860a5
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user