1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 15:27:00 +00:00

cache: remove redundant log prefix

This commit is contained in:
wm4 2014-04-23 22:30:37 +02:00
parent cad63810c5
commit 1ad9e322e3

View File

@ -514,7 +514,7 @@ static int cache_control(stream_t *cache, int cmd, void *arg)
if (r != STREAM_ERROR)
goto done;
MP_VERBOSE(s, "[cache] blocking for STREAM_CTRL %d\n", cmd);
MP_VERBOSE(s, "blocking for STREAM_CTRL %d\n", cmd);
s->control = cmd;
s->control_arg = arg;