[vlc-commits] input: log when the input thread is for preparsing
Steve Lhomme
git at videolan.org
Mon Apr 18 13:43:39 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Mon Apr 18 13:10:22 2016 +0200| [963ae0552524014548c92668a29ec926687cf6cd] | committer: Jean-Baptiste Kempf
input: log when the input thread is for preparsing
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=963ae0552524014548c92668a29ec926687cf6cd
---
src/input/input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/input.c b/src/input/input.c
index 19a01ba..5591a4e 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -289,7 +289,7 @@ static input_thread_t *Create( vlc_object_t *p_parent, input_item_t *p_item,
snprintf( psz_timer_name, sizeof(psz_timer_name),
"input launching for '%s'", psz_name );
- msg_Dbg( p_input, "Creating an input for '%s'", psz_name);
+ msg_Dbg( p_input, "Creating an input for %s'%s'", b_quick ? "preparsing " : "", psz_name);
free( psz_name );
More information about the vlc-commits
mailing list