summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/cache2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index 1e0bea9c7b..3748e6f2f4 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -578,7 +578,7 @@ int cache_do_control(stream_t *stream, int cmd, void *arg) {
cache_wakeup(stream);
while (s->control != -1) {
if (sleep_count++ == 1000)
- mp_msg(MSGT_CACHE, MSGL_WARN, "Cache no responding!\n");
+ mp_msg(MSGT_CACHE, MSGL_WARN, "Cache not responding!\n");
if (stream_check_interrupt(CONTROL_SLEEP_TIME)) {
s->eof = 1;
return STREAM_UNSUPPORTED;