From f7073a5ec9d96d25e7b6adc5c0da2ecb04f975f8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Nov 2019 01:29:44 +0100 Subject: m_config: log applying profiles --- options/m_config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options') 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"); -- cgit v1.2.3