Skip to content

Commit

Permalink
osd: fix typo is recovery_state query dump
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Feb 29, 2012
1 parent 0e03e9d commit e843766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/PG.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4432,7 +4432,7 @@ boost::statechart::result PG::RecoveryState::GetInfo::react(const QueryState& q)
q.f->dump_string("name", state_name);
q.f->dump_stream("enter_time") << enter_time;

q.f->open_array_section("requested_pf_info_from");
q.f->open_array_section("requested_info_from");
for (set<int>::iterator p = peer_info_requested.begin(); p != peer_info_requested.end(); ++p) {
q.f->open_object_section("osd");
q.f->dump_int("osd", *p);
Expand Down

0 comments on commit e843766

Please sign in to comment.