]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: make some logging easier to read 43909/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Thu, 11 Nov 2021 22:20:55 +0000 (17:20 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Fri, 12 Nov 2021 16:49:46 +0000 (11:49 -0500)
commit17c2b6c1c492a814c41cbeffedafb4377d4ac1a1
tree3ac5f6094ad7a3cee208ac4adf3651d792c28045
parent5c624489f40c114419f875325ebc8d10c2968cae
rgw: make some logging easier to read

While __PRETTY_FUNCTION__ includes more information, it can clutter
the logs. So this reverts some uses of __PRETTY_FUNCTION__ back to
__func__.

I'm thinking that a strategy going forward is for the function entry
logging to use __PRETTY_FUNCTION__ to disambiguate overloaded
functions, but all others in the function simply to use __func__.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw_rados.cc