From: Jiaying Ren Date: Tue, 7 Mar 2017 03:50:48 +0000 (+0800) Subject: rgw: cleanup RGWPutLC::execute log msg X-Git-Tag: v12.0.1~27^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a0410c3999529c2d07a7a45d5771c034a8ff7ad3;p=ceph.git rgw: cleanup RGWPutLC::execute log msg Format it same as "New LifecycleConfiguration:" to simplify log parsing. Signed-off-by: Jiaying Ren --- diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index 33200475fed9..aaf7f96438cf 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -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; }