From: Derrick Schneider Date: Tue, 21 Oct 2014 18:56:10 +0000 (-0700) Subject: Make better error reporting for client's call to rados.Rados X-Git-Tag: v0.88~47^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e81d8878135b1bd5115ce0a3d59a74add45d6837;p=ceph.git Make better error reporting for client's call to rados.Rados Signed-off-by: Derrick Schneider derrick.schneider@gmail.com --- diff --git a/src/ceph.in b/src/ceph.in index 4cc5c42470d..3cf0e244da6 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -620,7 +620,7 @@ def main(): retargs = cluster_handle.conf_parse_argv(childargs) except rados.Error as e: print >> sys.stderr, 'Error initializing cluster client: {0}'.\ - format(e.__class__.__name__) + format(repr(e)) return 1 #tmp = childargs