osd/OSDMap: fix Incremental::dump

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-07-23 10:26:57 -04:00
parent a1611c89df
commit 23b6df4ef0

View File

@ -917,6 +917,7 @@ void OSDMap::Incremental::dump(Formatter *f) const
for (auto &state : st)
f->dump_string("state", state);
f->close_section();
f->close_section();
}
f->close_section();