From 4247691d6304f558a08f2049ff76a86556839f32 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 17 Jun 2009 16:36:08 -0700 Subject: [PATCH] rados: less chatty --- src/config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cc b/src/config.cc index 5c9290f80ff..e9e8b8d357e 100644 --- a/src/config.cc +++ b/src/config.cc @@ -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),