mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
fix typo in GFX logs
This commit is contained in:
committed by
akallabeth
parent
329332432a
commit
15245c2abd
@@ -605,7 +605,7 @@ static UINT rdpgfx_recv_reset_graphics_pdu(RDPGFX_CHANNEL_CALLBACK* callback, wS
|
||||
monitor = &(pdu.monitorDefArray[index]);
|
||||
DEBUG_RDPGFX(gfx->log,
|
||||
"RecvResetGraphicsPdu: monitor left:%" PRIi32 " top:%" PRIi32 " right:%" PRIi32
|
||||
" left:%" PRIi32 " flags:0x%" PRIx32 "",
|
||||
" bottom:%" PRIi32 " flags:0x%" PRIx32 "",
|
||||
monitor->left, monitor->top, monitor->right, monitor->bottom, monitor->flags);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user