mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Merge pull request #11238 from akallabeth/warn-priority
[client,x11] reduce verbosity of actionscript log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user