summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-25 16:42:24 +0200
committerwm4 <wm4@nowhere>2014-10-25 17:20:17 +0200
commit1e919b4c124de6308528fdc7468d7212d309a1d6 (patch)
treee9dedf54967a4c68e8597cf4e791b5a08fe524db /stream
parent2c11dd543438c039e68f000654c2a85e2528d456 (diff)
downloadmpv-1e919b4c124de6308528fdc7468d7212d309a1d6.tar.bz2
mpv-1e919b4c124de6308528fdc7468d7212d309a1d6.tar.xz
stream: remove duplicate message
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 61519bf012..e16ee966fe 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -325,7 +325,7 @@ static int open_internal(const stream_info_t *sinfo, struct stream *underlying,
s->uncached_type = s->type;
- MP_VERBOSE(s, "Opened: [%s] %s\n", sinfo->name, url);
+ MP_VERBOSE(s, "Opened: %s\n", url);
if (s->mime_type)
MP_VERBOSE(s, "Mime-type: '%s'\n", s->mime_type);