summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-10-25 12:17:56 +0000
committerTor Egge <Tor.Egge@oath.com>2017-10-25 12:17:56 +0000
commitf234b87911c8b1e1457b9fc22fcea46a9396df14 (patch)
treec3e71a2d6289b5ed372cec5dd8cf324f2109385c /storage
parent2cb690d6cbe868251fa8da15be65edfcfe737527 (diff)
Track rename of method to get bucket from storage message.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestormanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestormanager.cpp b/storage/src/vespa/storage/persistence/filestorage/filestormanager.cpp
index 641ce266781..7abf480e80b 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestormanager.cpp
+++ b/storage/src/vespa/storage/persistence/filestorage/filestormanager.cpp
@@ -259,7 +259,7 @@ FileStorManager::handlePersistenceMessage(
msg->getType().getName().c_str(), disk);
LOG_BUCKET_OPERATION_NO_LOCK(
- getStorageMessageBucketId(*msg).getBucketId(),
+ getStorageMessageBucket(*msg).getBucketId(),
vespalib::make_string("Attempting to queue %s to disk %u",
msg->toString().c_str(), disk));