From f817301858fe45a083b8f2908d5c559724ac27b9 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Mon, 24 Feb 2025 21:03:07 +0100 Subject: [PATCH] [client,x11] reduce verbosity of actionscript log --- client/X11/xf_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/X11/xf_utils.c b/client/X11/xf_utils.c index 467608107..6d5e73888 100644 --- a/client/X11/xf_utils.c +++ b/client/X11/xf_utils.c @@ -193,7 +193,7 @@ BOOL run_action_script(xfContext* xfc, const char* what, const char* arg, fn_act if (!xfc->actionScriptExists) { - WLog_WARN(TAG, "[ActionScript] no such script '%s'", ActionScript); + WLog_DBG(TAG, "[ActionScript] no such script '%s'", ActionScript); goto fail; }