From aff6e8e8da4aedda42bff9260ed46cf01985bdc0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Sep 2015 22:51:37 +0200 Subject: stream: minor cleanup to verbose logging Don't print the URL that is opened twice. stream.c and stream_lavf.c each printed it once. Remove the logging from stream_lavf.c, and move the log call to a more interesting point. --- stream/stream_lavf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream_lavf.c') diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index bae686656e..c5d8f1a8c4 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -242,7 +242,6 @@ static int open_f(stream_t *stream) talloc_free(temp); return STREAM_OK; } - MP_VERBOSE(stream, "Opening %s\n", filename); // Replace "mms://" with "mmsh://", so that most mms:// URLs just work. bstr b_filename = bstr0(filename); -- cgit v1.2.3