[vlc-commits] Bluray: use msg_Info instead of msg_Err.

Konstantin Pavlov git at videolan.org
Wed May 23 10:22:12 CEST 2012


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed May 23 12:07:25 2012 +0400| [2ac6942827e8d62d2271891b35668901eb64c515] | committer: Konstantin Pavlov

Bluray: use msg_Info instead of msg_Err.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ac6942827e8d62d2271891b35668901eb64c515
---

 modules/access/bluray.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/bluray.c b/modules/access/bluray.c
index 77327e1..acc38f1 100644
--- a/modules/access/bluray.c
+++ b/modules/access/bluray.c
@@ -440,7 +440,7 @@ static es_out_id_t *esOutAdd( es_out_t *p_out, const es_format_t *p_fmt )
             if ( likely(p_pair != NULL) ) {
                 p_pair->i_id = p_fmt->i_id;
                 p_pair->p_es = p_es;
-                msg_Err( p_out->p_sys->p_demux, "Adding ES %d", p_fmt->i_id );
+                msg_Info( p_out->p_sys->p_demux, "Adding ES %d", p_fmt->i_id );
                 vlc_array_append(&p_sys->es, p_pair);
             }
         }



More information about the vlc-commits mailing list