[vlc-devel] commit: Preparsers are quiet objects, no need to check when logging ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Feb 11 22:12:38 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Feb 11 22:38:54 2009 +0200| [61f1c0ba02bf26281b96f5815def50c85e7c059d] | committer: Rémi Denis-Courmont 

Preparsers are quiet objects, no need to check when logging

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

 src/input/input.c |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/input/input.c b/src/input/input.c
index 79e42eb..4d2ac51 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -1217,12 +1217,8 @@ static int Init( input_thread_t * p_input )
         InputUpdateMeta( p_input, p_meta );
     }
 
-    if( !p_input->b_preparsing )
-    {
-        msg_Dbg( p_input, "`%s' successfully opened",
-                 p_input->p->p_item->psz_uri );
-
-    }
+    msg_Dbg( p_input, "`%s' successfully opened",
+             p_input->p->p_item->psz_uri );
 
     /* initialization is complete */
     input_ChangeState( p_input, PLAYING_S );




More information about the vlc-devel mailing list