]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: remove useless debug print
authorSage Weil <sage.weil@dreamhost.com>
Fri, 20 May 2011 06:46:19 +0000 (23:46 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Fri, 20 May 2011 06:46:19 +0000 (23:46 -0700)
We dump this (and more) at the end of the PgPriorSet constructor.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/osd/PG.cc

index 919dce1bcd7114f2634b7e282e247a8ecf6b233d..e3c4f48a9e63908b4c76ff606fdf33f1451f3cc6 100644 (file)
@@ -1178,11 +1178,6 @@ void PG::build_prior(std::auto_ptr<PgPriorSet> &prior_set)
   dout(10) << out << dendl;
   PgPriorSet &prior(*prior_set.get());
                                 
-  dout(10) << "build_prior: " << *this << " "
-          << (prior.crashed ? " crashed":"")
-          << (prior.pg_down ? " down":"")
-          << (prior.some_down ? " some_down":"")
-          << dendl;
   // take note that we care about the primary's up_thru.  if it
   // changes later, it will affect our prior_set, and we'll want
   // to rebuild it!