1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

osdep/priority: drop message output when setting priority

This commit is contained in:
wm4 2013-12-21 18:16:27 +01:00
parent fb5ee5bfbe
commit eb15265d5a

View File

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