X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Frgw%2Frgw_object_expirer.cc;fp=ceph%2Fsrc%2Frgw%2Frgw_object_expirer.cc;h=42aefea6712a199a7e5f81aa9e23a8de5982303f;hb=b3b6e05ebb17ef6ac03c6f6f46d242185719a08e;hp=cf30693baa496844dd7017d13dd8216ac8c76fb9;hpb=a912ff2c95b1f9a8e2e48509e602ee008d5c9434;p=ceph.git diff --git a/ceph/src/rgw/rgw_object_expirer.cc b/ceph/src/rgw/rgw_object_expirer.cc index cf30693ba..42aefea67 100644 --- a/ceph/src/rgw/rgw_object_expirer.cc +++ b/ceph/src/rgw/rgw_object_expirer.cc @@ -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;