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:
@@ -357,7 +357,7 @@ static BOOL pf_modules_set_plugin_data(WINPR_ATTR_UNUSED proxyPluginsManager* mg
|
|||||||
|
|
||||||
if (!HashTable_Insert(pdata->modules_info, ccharconv.cp, data))
|
if (!HashTable_Insert(pdata->modules_info, ccharconv.cp, data))
|
||||||
{
|
{
|
||||||
WLog_ERR(TAG, "[%s]: HashTable_Insert failed!");
|
WLog_ERR(TAG, "HashTable_Insert failed!");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user