stream: remove duplicate message

This commit is contained in:
wm4 2014-10-25 16:42:24 +02:00
parent 2c11dd5434
commit 1e919b4c12
1 changed files with 1 additions and 1 deletions

View File

@ -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);