Signed-off-by: Sage Weil <sage@redhat.com>
ostream &operator<<(ostream &lhs, const pg_notify_t ¬ify)
{
- lhs << "(query_epoch:" << notify.query_epoch
- << ", epoch_sent:" << notify.epoch_sent
- << ", info:" << notify.info;
+ lhs << "(query:" << notify.query_epoch
+ << " sent:" << notify.epoch_sent
+ << " " << notify.info;
if (notify.from != shard_id_t::NO_SHARD ||
notify.to != shard_id_t::NO_SHARD)
lhs << " " << (unsigned)notify.from