summaryrefslogtreecommitdiffstats
path: root/osdep/priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/priority.c')
-rw-r--r--osdep/priority.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/osdep/priority.c b/osdep/priority.c
index 7a75153fa0..7a21868ddf 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, "Setting process priority: %s\n",
priority_presets_defs[i].name);
#ifdef __OS2__
@@ -86,4 +86,3 @@ void set_priority(void)
#endif
}
}
-