mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
[c,printf] fix wlog format string to match arguments
This commit is contained in:
@@ -42,7 +42,7 @@ static UINT sf_peer_audin_data(WINPR_ATTR_UNUSED audin_server_context* audin,
|
||||
WINPR_ASSERT(data);
|
||||
|
||||
WLog_WARN(TAG, "not implemented");
|
||||
WLog_DBG(TAG, "receive %" PRIdz " bytes.", Stream_Length(data->Data));
|
||||
WLog_DBG(TAG, "receive %" PRIuz " bytes.", Stream_Length(data->Data));
|
||||
return CHANNEL_RC_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user