m_config: log applying profiles

This commit is contained in:
wm4 2019-11-01 01:29:44 +01:00
parent 89ae370d41
commit f7073a5ec9
1 changed files with 1 additions and 0 deletions

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");