diff --git a/stream/cache.c b/stream/cache.c index 57b7b9271c..a261a0ecf2 100644 --- a/stream/cache.c +++ b/stream/cache.c @@ -611,7 +611,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;