mon: fix leading error string from 'ceph report'

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2012-10-26 14:55:31 -07:00
parent c0df832877
commit 2f09d47d21

View File

@ -1498,6 +1498,7 @@ void Monitor::handle_command(MMonCommand *m)
ss2 << "\n-------- END REPORT " << bl.crc32c(6789) << " --------\n";
rdata.append(bl);
rdata.append(ss2.str());
rs = string();
r = 0;
}
if (m->cmd[0] == "quorum_status") {