]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Fix ceph-objectstore-tool test error message
authorDavid Zafman <dzafman@redhat.com>
Fri, 30 Jan 2015 01:13:41 +0000 (17:13 -0800)
committerDavid Zafman <dzafman@redhat.com>
Wed, 13 May 2015 20:09:13 +0000 (13:09 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/test/ceph_objectstore_tool.py

index cb31457b956b7b9f5c98a2db68cdc9135b6ca0bd..1f9c8cc6942b9aa6e7076ffb1bad8ddb4736c92d 100755 (executable)
@@ -392,7 +392,7 @@ def main(argv):
             logging.debug(cmd)
             ret = call(cmd, shell=True, stderr=nullfd)
             if ret != 0:
-                logging.critical("Replicated pool object creation failed with {ret}".format(ret=ret))
+                logging.critical("Rados put command failed with {ret}".format(ret=ret))
                 return 1
 
             db[nspace][NAME] = {}