summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-23 22:30:37 +0200
committerwm4 <wm4@nowhere>2014-04-23 22:30:37 +0200
commit4e3534f82c52dddca391f4df1f72c2eac16f6714 (patch)
tree2139fbf11e1790d0f5cb657105a56e1efc85ba94 /stream
parent04c49271405cb2a47a524716fe741537e9db4e8a (diff)
downloadmpv-4e3534f82c52dddca391f4df1f72c2eac16f6714.tar.bz2
mpv-4e3534f82c52dddca391f4df1f72c2eac16f6714.tar.xz
cache: remove redundant log prefix
Diffstat (limited to 'stream')
-rw-r--r--stream/cache.c2
1 files changed, 1 insertions, 1 deletions
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;