From 1ad9e322e32591522cd66d1eea25ffa96a611ba0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Apr 2014 22:30:37 +0200 Subject: cache: remove redundant log prefix --- stream/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/cache.c b/stream/cache.c index 040e30a558..a321debec2 100644 --- a/stream/cache.c +++ b/stream/cache.c @@ -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; -- cgit v1.2.3