]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw_lc: avoid an extra newline while logging lifecycle
authorAbhishek Lekshmanan <abhishek@suse.com>
Wed, 19 Jul 2017 13:22:10 +0000 (15:22 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 19 Jul 2017 17:44:59 +0000 (19:44 +0200)
commit85de3924d3d9d775388579357c18ecb3202239a7
tree01c0dbf737e692b36be1d617f5b7e1895def30e6
parent5342d7c590677d33a2d57ea73fd116a337ef1967
rgw_lc: avoid an extra newline while logging lifecycle

Since `ctime_r` adds a newline we would end up getting an empty newline,
use the asctime helper from rgw_common instead.

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