Fixed error log for avc420_decompress failures.

This commit is contained in:
Armin Novak 2018-11-26 11:33:23 +01:00
parent 8ae6b463ea
commit d06c3980a0

View File

@ -455,7 +455,7 @@ static UINT gdi_SurfaceCommand_AVC420(rdpGdi* gdi,
if (rc < 0)
{
WLog_WARN(TAG, "avc420_decompress failure: %"PRIu32", ignoring update.", status);
WLog_WARN(TAG, "avc420_decompress failure: %"PRId32", ignoring update.", rc);
return CHANNEL_RC_OK;
}