summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2018-07-09 23:52:03 +0200
committerSimon Rettberg2018-07-09 23:52:03 +0200
commit6e1a9608a8bce81dad097ddecfe16756b7951dc1 (patch)
treede77172b402598a4fcbbdda9799f57536119ab47
parent[SERVER] Introduce backgroundReplication=hashblock (diff)
downloaddnbd3-6e1a9608a8bce81dad097ddecfe16756b7951dc1.tar.gz
dnbd3-6e1a9608a8bce81dad097ddecfe16756b7951dc1.tar.xz
dnbd3-6e1a9608a8bce81dad097ddecfe16756b7951dc1.zip
[SERVER] Reduce spam some more
-rw-r--r--src/server/uplink.c2
1 files changed, 1 insertions, 1 deletions
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