From b78c457785553e3a6e4f901bfebb41fc9c4d9bd5 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Tue, 2 Aug 2016 23:24:12 -0700 Subject: [PATCH] filestore: Improve logging Signed-off-by: David Zafman --- src/os/filestore/FileStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/filestore/FileStore.cc b/src/os/filestore/FileStore.cc index 2c5c6bd7dbb95..d91eab978c318 100644 --- a/src/os/filestore/FileStore.cc +++ b/src/os/filestore/FileStore.cc @@ -4771,7 +4771,7 @@ int FileStore::collection_list(const coll_t& c, ghobject_t start, ghobject_t end assert(!m_filestore_fail_eio || r != -EIO); return r; } - dout(20) << "objects: " << ls << dendl; + dout(20) << "objects: " << *ls << dendl; // HashIndex doesn't know the pool when constructing a 'next' value if (next && !next->is_max()) { -- 2.39.5