From a0410c3999529c2d07a7a45d5771c034a8ff7ad3 Mon Sep 17 00:00:00 2001 From: Jiaying Ren Date: Tue, 7 Mar 2017 11:50:48 +0800 Subject: [PATCH] rgw: cleanup RGWPutLC::execute log msg Format it same as "New LifecycleConfiguration:" to simplify log parsing. Signed-off-by: Jiaying Ren --- src/rgw/rgw_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index 33200475fed..aaf7f96438c 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; } -- 2.47.3