]> 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 06:55:28 +0000 (23:55 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/os/filestore/FileStore.cc

index 2c5c6bd7dbb955e102a6f01fda0f6beb90af63cf..d91eab978c318162c8b764f826e5a6c759928070 100644 (file)
@@ -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()) {