]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: Improve logging
authorDavid Zafman <dzafman@redhat.com>
Wed, 3 Aug 2016 06:24:12 +0000 (23:24 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 3 Aug 2016 21:10:01 +0000 (14:10 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b78c457785553e3a6e4f901bfebb41fc9c4d9bd5)

src/os/filestore/FileStore.cc

index 5f6d68de7189eee22ac8d8d015451946ed319a88..9dc124bf0063b91c93f775a6fc9989da5df4e04c 100644 (file)
@@ -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()) {