]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librados/librados.cc rados_conf_read_file: report errors to client
authorDan Mick <dan.mick@redhat.com>
Mon, 24 Apr 2017 22:37:49 +0000 (15:37 -0700)
committerDan Mick <dan.mick@redhat.com>
Mon, 24 Apr 2017 22:55:16 +0000 (15:55 -0700)
commit96f95193f654385b5e8760d26be37d8c35eebf4f
treef3dd545ffeae398d127a6c0988559495679876bd
parentcd96ee5f802413dc2ce7f731d2d50f78c9e5f350
librados/librados.cc rados_conf_read_file: report errors to client

Previously all the error text was hidden; log it.
Note: ENOENT is noted as a 'parse error'

Signed-off-by: Dan Mick <dan.mick@redhat.com>
src/librados/librados.cc