]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: drop unnecessary spacing in rgw zg init log 8994/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Mon, 9 May 2016 12:05:06 +0000 (14:05 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Mon, 9 May 2016 12:05:06 +0000 (14:05 +0200)
Dropping unneeded space when we're printing the failed reading zg info
message

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_rados.cc

index ac003646a17bb5b0041da5500cf08e54f724b16f..449ba359efd41baa90f5bfc858d0e43b0f10ebf2 100644 (file)
@@ -3450,7 +3450,7 @@ int RGWRados::init_zg_from_period(bool *initialized)
     return 0;
   }
   if (ret < 0) {
-    ldout(cct, 0) << "failed reading zonegroup info: " << " " << cpp_strerror(-ret) << dendl;
+    ldout(cct, 0) << "failed reading zonegroup info: " << cpp_strerror(-ret) << dendl;
     return ret;
   }
   ldout(cct, 20) << "period zonegroup name " << zonegroup.get_name() << dendl;