summaryrefslogtreecommitdiffstats
path: root/stream/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cache.c')
-rw-r--r--stream/cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/cache.c b/stream/cache.c
index be32bae9f4..7ed3f3ae32 100644
--- a/stream/cache.c
+++ b/stream/cache.c
@@ -681,8 +681,8 @@ int stream_cache_init(stream_t *cache, stream_t *stream,
return -1;
}
- MP_INFO(cache, "Cache size set to %" PRId64 " KiB\n",
- s->buffer_size / 1024);
+ MP_VERBOSE(cache, "Cache size set to %" PRId64 " KiB\n",
+ s->buffer_size / 1024);
pthread_mutex_init(&s->mutex, NULL);
pthread_cond_init(&s->wakeup, NULL);