summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-01 01:29:44 +0100
committerwm4 <wm4@nowhere>2019-11-01 01:29:44 +0100
commitf7073a5ec9d96d25e7b6adc5c0da2ecb04f975f8 (patch)
tree4c95acf0cbcb5bfbba8ac166d42c0da609b5a52e
parent89ae370d41d5066b9f4c762e9134f74786aa7a8c (diff)
downloadmpv-f7073a5ec9d96d25e7b6adc5c0da2ecb04f975f8.tar.bz2
mpv-f7073a5ec9d96d25e7b6adc5c0da2ecb04f975f8.tar.xz
m_config: log applying profiles
-rw-r--r--options/m_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/m_config.c b/options/m_config.c
index 442dbda25e..ce74b791c6 100644
--- a/options/m_config.c
+++ b/options/m_config.c
@@ -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");