0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

m_config: log applying profiles

This commit is contained in:
wm4 2019-11-01 01:29:44 +01:00
parent 89ae370d41
commit f7073a5ec9

View File

@ -1193,6 +1193,7 @@ int m_config_set_profile(struct m_config *config, char *name, int flags)
MP_WARN(config, "Unknown profile '%s'.\n", name);
return M_OPT_INVALID;
}
MP_VERBOSE(config, "Applying profile '%s'...\n", name);
if (config->profile_depth > MAX_PROFILE_DEPTH) {
MP_WARN(config, "WARNING: Profile inclusion too deep.\n");