summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 9979a6b5f1..b3cfa25972 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -607,7 +607,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
||(0==strcmp(&sub_name[l-4],".UTF"))))
sub_utf8=1;
subtitles=sub_read_file(sub_name);
- if (sub_num == 0) printf ("No subtitles found in %s\n",sub_name);
+ if (sub_num == 0) printf ("SUB: No subtitles found in %s\n",sub_name);
if(!subtitles || sub_num == 0) mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CantLoadSub,sub_name);
}
#endif