From d7eb5ed2c63da86d60dfcd04ce9630f4ae48fdbd Mon Sep 17 00:00:00 2001 From: Prashant D Date: Tue, 11 Jan 2022 13:58:20 -0500 Subject: [PATCH] rgw: Fix typo error for stat_remote_obj Signed-off-by: Prashant D --- src/rgw/rgw_cr_rados.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_cr_rados.cc b/src/rgw/rgw_cr_rados.cc index 48bcee629184b..2a3d26e0a30ea 100644 --- a/src/rgw/rgw_cr_rados.cc +++ b/src/rgw/rgw_cr_rados.cc @@ -726,7 +726,7 @@ int RGWAsyncStatRemoteObj::_send_request(const DoutPrefixProvider *dpp) petag); /* string *petag, */ if (r < 0) { - ldpp_dout(dpp, 0) << "store->fetch_remote_obj() returned r=" << r << dendl; + ldpp_dout(dpp, 0) << "store->stat_remote_obj() returned r=" << r << dendl; } return r; } -- 2.39.5