From 8b3db459e2b3fe63648fabdd74817f0c4c6c7cc6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 21 Nov 2008 11:21:59 -0800 Subject: [PATCH] pg: fix build_prior debug output --- src/osd/PG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 415e7837aa6b3..68bf45b3f49c8 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -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); } -- 2.39.5