summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-10-12 18:11:06 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-10-12 18:11:06 +0000
commit9119e351060f0cd3b28b110efba6d68a128b1749 (patch)
treeb4475f997e9f31b4004bb007c9effb8fe877e105 /storageapi
parent0ce80bbe2e0d1d2fd47acc649135371513ac2c2f (diff)
Simplify.
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 << " : ";