[c,printf] fix wlog format string to match arguments

This commit is contained in:
akallabeth
2026-01-16 11:42:34 +01:00
parent 19cccd03bf
commit 9105e9659e

View File

@@ -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))
{
WLog_ERR(TAG, "[%s]: HashTable_Insert failed!");
WLog_ERR(TAG, "HashTable_Insert failed!");
return FALSE;
}