]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove cerr << config_store from rgw_common.cc 46151/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 4 May 2022 20:43:46 +0000 (16:43 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 4 May 2022 20:45:59 +0000 (16:45 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_common.cc

index db7337def015c6c674ccc619d03b5ec3e23eb914..e71fa4a26a50f9e32a3c021ccc9f1074c19f0cb7 100644 (file)
@@ -3016,7 +3016,6 @@ rgw_global_init(const std::map<std::string,std::string> *defaults,
   // Get the store backend
   const auto& config_store = g_conf().get_val<std::string>("rgw_backend_store");
 
-  cerr << "config_store: " << config_store << std::endl;
   if ((config_store == "dbstore") ||
       (config_store == "motr")) {
     // These stores don't use the mon