summaryrefslogtreecommitdiffstats
path: root/libvo/vo_md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_md5sum.c')
-rw-r--r--libvo/vo_md5sum.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/vo_md5sum.c b/libvo/vo_md5sum.c
index 43703997b8..bda2918396 100644
--- a/libvo/vo_md5sum.c
+++ b/libvo/vo_md5sum.c
@@ -111,8 +111,8 @@ static int preinit(const char *arg)
{NULL, 0, NULL, NULL}
};
- mp_msg(MSGT_VO, MSGL_INFO, "%s: %s\n", info.short_name,
- _("Parsing suboptions."));
+ mp_msg(MSGT_VO, MSGL_V, "%s: %s\n", info.short_name,
+ "Parsing suboptions.");
md5sum_outfile = strdup("md5sums");
if (subopt_parse(arg, subopts) != 0) {
@@ -122,8 +122,8 @@ static int preinit(const char *arg)
mp_msg(MSGT_VO, MSGL_V, "%s: outfile --> %s\n", info.short_name,
md5sum_outfile);
- mp_msg(MSGT_VO, MSGL_INFO, "%s: %s\n", info.short_name,
- _("Suboptions parsed OK."));
+ mp_msg(MSGT_VO, MSGL_V, "%s: %s\n", info.short_name,
+ "Suboptions parsed OK.");
return 0;
}