mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[c,printf] fix wlog format string to match arguments
This commit is contained in:
@@ -696,10 +696,7 @@ UINT channel_client_post_message(void* MsgsHandle, LPVOID pData, UINT32 dataLeng
|
||||
{
|
||||
if (Stream_Capacity(data_in) != Stream_GetPosition(data_in))
|
||||
{
|
||||
char msg[128];
|
||||
(void)_snprintf(msg, 127, "%s_plugin_process_received: read error",
|
||||
internals->channel_name);
|
||||
WLog_ERR(TAG, msg);
|
||||
WLog_ERR(TAG, "%s_plugin_process_received: read error", internals->channel_name);
|
||||
return ERROR_INTERNAL_ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user