diff libvo/vo_png.c @ 36374:cd83754e4f3a

vo jpeg, png, pnm: Make output directory message less confusing The current message is rather irritating and could be easily misread as an error.
author al
date Wed, 16 Oct 2013 18:56:16 +0000
parents 9af6f39eab61
children 5d3f93051de9
line wrap: on
line diff
--- a/libvo/vo_png.c	Wed Oct 16 17:47:16 2013 +0000
+++ b/libvo/vo_png.c	Wed Oct 16 18:56:16 2013 +0000
@@ -91,8 +91,7 @@
                     exit_player(EXIT_ERROR);
                 }
 
-                mp_msg(MSGT_VO, MSGL_INFO, "%s: %s - %s\n", info.short_name,
-                        buf, MSGTR_VO_DirExistsAndIsWritable);
+                mp_msg(MSGT_VO, MSGL_INFO, "%s: %s: %s\n", info.short_name, MSGTR_VO_OutputDirectory, buf);
                 break;
 
             default: