summaryrefslogtreecommitdiffstats
path: root/osdep/priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/priority.c')
-rw-r--r--osdep/priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/priority.c b/osdep/priority.c
index 7a75153fa0..8f57d295e3 100644
--- a/osdep/priority.c
+++ b/osdep/priority.c
@@ -73,7 +73,7 @@ void set_priority(void)
if (strcasecmp(priority_presets_defs[i].name, proc_priority) == 0)
break;
}
- mp_msg(MSGT_CPLAYER, MSGL_STATUS, MSGTR_SettingProcessPriority,
+ mp_tmsg(MSGT_CPLAYER, MSGL_STATUS, MSGTR_SettingProcessPriority,
priority_presets_defs[i].name);
#ifdef __OS2__