]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pg: fix build_prior debug output
authorSage Weil <sage@newdream.net>
Fri, 21 Nov 2008 19:21:59 +0000 (11:21 -0800)
committerSage Weil <sage@newdream.net>
Fri, 21 Nov 2008 20:36:02 +0000 (12:36 -0800)
src/osd/PG.cc

index 415e7837aa6b3c01a1d80a27a596cd8f9ee73555..68bf45b3f49c8f93e042cf647eed8f5378b1b538 100644 (file)
@@ -832,7 +832,7 @@ void PG::build_prior()
     }
 
     if (still_up_or_clean == 0) {
-      dout(10) << "build_prior  none of " << acting 
+      dout(10) << "build_prior  none of " << interval.acting 
               << " still up or cleanly shutdown, pg crashed" << dendl;
       state_set(PG_STATE_CRASHED);
     }