]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: cleanup RGWPutLC::execute log msg
authorJiaying Ren <mikulely@gmail.com>
Tue, 7 Mar 2017 03:50:48 +0000 (11:50 +0800)
committerJiaying Ren <mikulely@gmail.com>
Wed, 15 Mar 2017 13:55:44 +0000 (21:55 +0800)
Format it same as "New LifecycleConfiguration:" to simplify log parsing.

Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
src/rgw/rgw_op.cc

index 33200475fed94e818ceda88060297d23275bd81c..aaf7f96438cf9d629434d5fd2717c44ce2b8cb01 100644 (file)
@@ -4265,7 +4265,7 @@ void RGWPutLC::execute()
   }
 
   if (s->cct->_conf->subsys.should_gather(ceph_subsys_rgw, 15)) {
-    ldout(s->cct, 15) << "Old LifecycleConfiguration";
+    ldout(s->cct, 15) << "Old LifecycleConfiguration:";
     config->to_xml(*_dout);
     *_dout << dendl;
   }