mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
m_config: log applying profiles
This commit is contained in:
parent
89ae370d41
commit
f7073a5ec9
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user