Merge pull request #11238 from akallabeth/warn-priority

[client,x11] reduce verbosity of actionscript log
This commit is contained in:
akallabeth
2025-02-25 08:39:15 +01:00
committed by GitHub

View File

@@ -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;
}