From 6e1a9608a8bce81dad097ddecfe16756b7951dc1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 9 Jul 2018 23:52:03 +0200 Subject: [SERVER] Reduce spam some more --- src/server/uplink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/uplink.c b/src/server/uplink.c index 59f3494..b4fdf99 100644 --- a/src/server/uplink.c +++ b/src/server/uplink.c @@ -950,7 +950,7 @@ static bool uplink_saveCacheMap(dnbd3_connection_t *link) } if ( image->cache_map == NULL ) return true; - logadd( LOG_DEBUG1, "Saving cache map of %s:%d", image->name, (int)image->rid ); + logadd( LOG_DEBUG2, "Saving cache map of %s:%d", image->name, (int)image->rid ); spin_lock( &image->lock ); // Lock and get a copy of the cache map, as it could be freed by another thread that is just about to // figure out that this image's cache copy is complete -- cgit v1.2.3-55-g7522