summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/stripe_bucket_db_updater.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/distributor/stripe_bucket_db_updater.cpp b/storage/src/vespa/storage/distributor/stripe_bucket_db_updater.cpp
index 47eab46569e..3f7a0fc3d12 100644
--- a/storage/src/vespa/storage/distributor/stripe_bucket_db_updater.cpp
+++ b/storage/src/vespa/storage/distributor/stripe_bucket_db_updater.cpp
@@ -516,6 +516,8 @@ StripeBucketDBUpdater::processSingleBucketInfoReply(
handleSingleBucketInfoFailure(repl, req);
return true;
}
+ LOG(debug, "Received single bucket info reply from node %u: %s",
+ req.targetNode, repl->toString(true).c_str()); // Verbose mode to include bucket info in output
mergeBucketInfoWithDatabase(repl, req);
return true;
}