]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
testrados_delete_pool_while_open: fix printf args
authorSage Weil <sage.weil@dreamhost.com>
Sat, 25 Jun 2011 03:53:35 +0000 (20:53 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Sat, 25 Jun 2011 03:53:35 +0000 (20:53 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/test/testrados_delete_pool_while_open.c

index 1370fe0116fe9006d4e254dedb3931b40a136249..a2693f7214574be93642c05ea63b13cf1497cb19 100644 (file)
@@ -61,7 +61,7 @@ static void* do_thread1(void *v)
        else {
                /* This should not succeed because the pool was deleted
                 * by the other thread. */
-               printf("rados_ioctx_pool_stat succeeded\n", ret);
+               printf("rados_ioctx_pool_stat succeeded\n");
                return FAILURE;
        }
        rados_ioctx_destroy(io_ctx);