]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados: less chatty
authorSage Weil <sage@newdream.net>
Wed, 17 Jun 2009 23:36:08 +0000 (16:36 -0700)
committerSage Weil <sage@newdream.net>
Wed, 17 Jun 2009 23:36:08 +0000 (16:36 -0700)
src/config.cc

index 5c9290f80ff6452daedb79bb6310cfc9f61cb7ec..e9e8b8d357ef3af0b022a911edaef0d6980c169d 100644 (file)
@@ -309,7 +309,7 @@ static struct config_option config_optionsp[] = {
        OPTION(debug_timer, 0, OPT_INT, 0),
        OPTION(debug_filer, 0, OPT_INT, 0),
        OPTION(debug_objecter, 0, OPT_INT, 0),
-       OPTION(debug_rados, 0, OPT_INT, 1),
+       OPTION(debug_rados, 0, OPT_INT, 0),
        OPTION(debug_journaler, 0, OPT_INT, 0),
        OPTION(debug_objectcacher, 0, OPT_INT, 0),
        OPTION(debug_client, 0, OPT_INT, 0),