summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-08-07 13:16:40 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-08-07 13:16:40 +0200
commitafaf030c0d6eeacfb57acb366febca2765b088cc (patch)
tree538506a717b88456655b8d442bfca906a17e7b53 /storage
parent5dd890aff8486f491c91909de4ac3e3ad11ded1b (diff)
Adjust format string for bucket db updater.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/bucketdbupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/bucketdbupdater.cpp b/storage/src/vespa/storage/distributor/bucketdbupdater.cpp
index 124e8c607ee..c4c8dc439be 100644
--- a/storage/src/vespa/storage/distributor/bucketdbupdater.cpp
+++ b/storage/src/vespa/storage/distributor/bucketdbupdater.cpp
@@ -886,7 +886,7 @@ BucketDBUpdater::MergingNodeRemover::storage_node_is_available(uint16_t index) c
BucketDBUpdater::MergingNodeRemover::~MergingNodeRemover()
{
if (_removed_buckets != 0) {
- LOGBM(info, "After cluster state change %s, %" PRIu64 " buckets no longer "
+ LOGBM(info, "After cluster state change %s, %zu buckets no longer "
"have available replicas. Documents in these buckets will "
"be unavailable until nodes come back up",
_oldState.getTextualDifference(_state).c_str(), _removed_buckets);