summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cache.c b/stream/cache.c
index 874cdf4a8c..f8304df8b9 100644
--- a/stream/cache.c
+++ b/stream/cache.c
@@ -136,7 +136,7 @@ static void cache_wakeup_and_wait(struct priv *s, double *retry_time)
{
double start = mp_time_sec();
if (*retry_time >= CACHE_WAIT_TIME) {
- MP_WARN(s, "Cache is not responding - slow/stuck network connection?\n");
+ MP_VERBOSE(s, "Cache is not responding - slow/stuck network connection?\n");
*retry_time = -1; // do not warn again for this call
}