[vlc-devel] [PATCH] input: log when the input thread is for preparsing
Steve Lhomme
robux4 at videolabs.io
Mon Apr 18 13:10:22 CEST 2016
---
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 );
--
2.7.0
More information about the vlc-devel
mailing list