From: David Zafman Date: Wed, 3 Aug 2016 06:24:12 +0000 (-0700) Subject: filestore: Improve logging X-Git-Tag: ses5-milestone5~220^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b78c457785553e3a6e4f901bfebb41fc9c4d9bd5;p=ceph.git filestore: Improve logging Signed-off-by: David Zafman --- diff --git a/src/os/filestore/FileStore.cc b/src/os/filestore/FileStore.cc index 2c5c6bd7dbb9..d91eab978c31 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()) {