mirror of https://github.com/mpv-player/mpv
osdep/priority: drop message output when setting priority
This commit is contained in:
parent
fb5ee5bfbe
commit
eb15265d5a
|
@ -58,8 +58,6 @@ void set_priority(void)
|
|||
if (strcasecmp(priority_presets_defs[i].name, proc_priority) == 0)
|
||||
break;
|
||||
}
|
||||
mp_msg(MSGT_CPLAYER, MSGL_STATUS, "Setting process priority: %s\n",
|
||||
priority_presets_defs[i].name);
|
||||
|
||||
SetPriorityClass(GetCurrentProcess(), priority_presets_defs[i].prio);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue