]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Fix typo error for stat_remote_obj 44537/head
authorPrashant D <pdhange@redhat.com>
Tue, 11 Jan 2022 18:58:20 +0000 (13:58 -0500)
committerPrashant D <pdhange@redhat.com>
Tue, 11 Jan 2022 19:00:27 +0000 (14:00 -0500)
Signed-off-by: Prashant D <pdhange@redhat.com>
src/rgw/rgw_cr_rados.cc

index 48bcee629184b9029912609d61f47d8ade93b282..2a3d26e0a30ea1c8533ee334baa523075bf7880f 100644 (file)
@@ -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;
 }