From 9105e9659ed428d8f8bd7b3331fc40a9adfe94ca Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 16 Jan 2026 11:42:34 +0100 Subject: [PATCH] [c,printf] fix wlog format string to match arguments --- server/proxy/pf_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }