]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/rbd_mirror/test_main.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / rbd_mirror / test_main.cc
index 9226b086469f66bc3c504468a48f77b8496e414f..e6c708c97db080324bf09ea437d5d01360bf74e2 100644 (file)
@@ -46,8 +46,7 @@ int main(int argc, char **argv)
 
   int r = rados.conf_set("lockdep", "true");
   if (r < 0) {
-    std::cerr << "failed to enable lockdep" << std::endl;
-    return -r;
+    std::cerr << "warning: failed to enable lockdep" << std::endl;
   }
   return RUN_ALL_TESTS();
 }