Signed-off-by: Sage Weil <sage@newdream.net>
public:
const char *get_type_name() { return "PGlog"; }
void print(ostream& out) {
- out << "pg_log(" << info.pgid << " e" << epoch
- << " query epoch" << query_epoch << ")";
+ out << "pg_log(" << info.pgid << " epoch " << epoch
+ << " query_epoch " << query_epoch << ")";
}
void encode_payload(CephContext *cct) {
}
void print(ostream& out) {
out << "osd pg notify(" << "epoch " << epoch
- << "query epoch " << query_epoch << "; ";
+ << "query_epoch " << query_epoch << "; ";
for (vector<PG::Info>::iterator i = pg_list.begin();
i != pg_list.end();
++i) {