From: David Zafman Date: Wed, 3 Aug 2016 06:24:12 +0000 (-0700) Subject: filestore: Improve logging X-Git-Tag: v10.2.3~94^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bdcfcaf821add71c518b01d6fb3dccb7c2e074a7;p=ceph.git filestore: Improve logging Signed-off-by: David Zafman (cherry picked from commit b78c457785553e3a6e4f901bfebb41fc9c4d9bd5) --- diff --git a/src/os/filestore/FileStore.cc b/src/os/filestore/FileStore.cc index 5f6d68de7189..9dc124bf0063 100644 --- a/src/os/filestore/FileStore.cc +++ b/src/os/filestore/FileStore.cc @@ -4832,7 +4832,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()) {