summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/message/bucket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageapi/src/vespa/storageapi/message/bucket.cpp b/storageapi/src/vespa/storageapi/message/bucket.cpp
index c69e5c6a5bc..7b7ecf91e44 100644
--- a/storageapi/src/vespa/storageapi/message/bucket.cpp
+++ b/storageapi/src/vespa/storageapi/message/bucket.cpp
@@ -548,7 +548,7 @@ NotifyBucketChangeCommand::print(std::ostream& out, bool verbose,
const std::string& indent) const
{
out << "NotifyBucketChangeCommand(" << getBucketId() << ", ";
- out << _info.toString();
+ out << _info;
out << ")";
if (verbose) {
out << " : ";