]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_object_expirer.cc
import ceph pacific 16.2.5
[ceph.git] / ceph / src / rgw / rgw_object_expirer.cc
index cf30693baa496844dd7017d13dd8216ac8c76fb9..42aefea6712a199a7e5f81aa9e23a8de5982303f 100644 (file)
@@ -80,7 +80,8 @@ int main(const int argc, const char **argv)
 
   common_init_finish(g_ceph_context);
 
-  store = RGWStoreManager::get_storage(g_ceph_context, false, false, false, false, false);
+  const DoutPrefix dp(cct.get(), dout_subsys, "rgw object expirer: ");
+  store = RGWStoreManager::get_storage(&dp, g_ceph_context, false, false, false, false, false);
   if (!store) {
     std::cerr << "couldn't init storage provider" << std::endl;
     return EIO;