summaryrefslogtreecommitdiffstats
path: root/core/m_property.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_property.c')
-rw-r--r--core/m_property.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/m_property.c b/core/m_property.c
index f7e8d5649f..904148e6ee 100644
--- a/core/m_property.c
+++ b/core/m_property.c
@@ -75,7 +75,7 @@ static bool translate_legacy_property(const char *name, char *buffer,
}
if (strcmp(old_name, buffer) != 0) {
- mp_msg(MSGT_CPLAYER, MSGL_V, "Warning: property '%s' is deprecated, "
+ mp_msg(MSGT_CPLAYER, MSGL_WARN, "Warning: property '%s' is deprecated, "
"replaced with '%s'. Fix your input.conf!\n", old_name, buffer);
}