]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix typo
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 3 Sep 2015 17:58:56 +0000 (10:58 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:12:40 +0000 (16:12 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_rados.cc

index f6e3186609fa88b0e4cbdb602a189200e5064bab..e20e0ef7365d518581db8de16e2d0472c5ca38be 100644 (file)
@@ -256,7 +256,7 @@ int RGWSystemMetaObj::init(CephContext *_cct, RGWRados *_store, bool setup_obj,
     } else if (!old_format) {
       r = read_id(name, id);
       if (r < 0) {
-       lderr(cct) << "error in read_id fir id " << id << " : " << cpp_strerror(-r) << dendl;
+       lderr(cct) << "error in read_id for id " << id << " : " << cpp_strerror(-r) << dendl;
        return r;
       }
     }