]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.in: Fix couple of minor issues on the messages 12797/head
authorDave Chen <wei.d.chen@intel.com>
Thu, 5 Jan 2017 09:07:17 +0000 (17:07 +0800)
committerDave Chen <wei.d.chen@intel.com>
Wed, 8 Feb 2017 05:23:32 +0000 (13:23 +0800)
commitb2b3a3f8f7a36fbf8fff4f1590857f968def9cb5
tree7d9495aa3dae21ea88b9c1f47128cf556bd616a0
parent86f0ddb6c5f3b9303cb1f8784eb56b24d99c86b4
ceph.in: Fix couple of minor issues on the messages

- e.__class__.name is the name of class, use the error message assembled
by function: make_ex instead.
- repr(e) will also print the name of class, end user needn't care about
the class name but the useful error message.
- General clean up.

Signed-off-by: Dave Chen <wei.d.chen@intel.com>
src/ceph.in