]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rc/rgw/rgw_rados.cc : fix typos 12502/head
authorxianxiaxiao <xianxia.xiao@kylin-cloud.com>
Thu, 15 Dec 2016 09:24:56 +0000 (09:24 +0000)
committerxianxiaxiao <xianxia.xiao@kylin-cloud.com>
Thu, 15 Dec 2016 09:24:56 +0000 (09:24 +0000)
Signed-off-by: xianxiaxiao <xianxia.xiao@kylin-cloud.com>
src/rgw/rgw_rados.cc

index ba748a52a95487ea1bfaf105f954f350f1e417f3..0d03cb951286c289eb257878fcdef817caf02e30 100644 (file)
@@ -11102,7 +11102,7 @@ int RGWRados::convert_old_bucket_info(RGWObjectCtx& obj_ctx,
 
   int ret = get_bucket_entrypoint_info(obj_ctx, tenant_name, bucket_name, entry_point, &ot, &ep_mtime, &attrs);
   if (ret < 0) {
-    ldout(cct, 0) << "ERROR: get_bucket_entrypont_info() returned " << ret << " bucket=" << bucket_name << dendl;
+    ldout(cct, 0) << "ERROR: get_bucket_entrypoint_info() returned " << ret << " bucket=" << bucket_name << dendl;
     return ret;
   }