]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs/MetaTool: print buffer::error::what() 35204/head
authorKefu Chai <kchai@redhat.com>
Sat, 23 May 2020 03:54:53 +0000 (11:54 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 23 May 2020 03:54:55 +0000 (11:54 +0800)
commit0c21a69602862976a8617a6293c90c7331061c35
treef4c947282a28b8a83d2d728266281828c99c8b2c
parent752941cfddf29ac9f421715a6fc45d052b93f12b
tools/cephfs/MetaTool: print buffer::error::what()

* buffer::error does not offer operator<<(ostream&, const
  buffer::error&). so in this change, err.what() is used instead.
* also add spaces to follow our coding style convention.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/tools/cephfs/MetaTool.cc