diff --git a/server/proxy/pf_modules.c b/server/proxy/pf_modules.c index aee04cbab..a0876c6e2 100644 --- a/server/proxy/pf_modules.c +++ b/server/proxy/pf_modules.c @@ -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; }