summaryrefslogtreecommitdiffstats
path: root/src/server/uplink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/uplink.c')
-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