cache: remove redundant log prefix

This commit is contained in:
wm4 2014-04-23 22:30:37 +02:00
parent cad63810c5
commit 1ad9e322e3
1 changed files with 1 additions and 1 deletions

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;