Helpful for debugging
Signed-off-by: Sage Weil <sage@redhat.com>
divergent_priors_t &divergent,
pg_missing_t &missing)
{
+ cout << __func__ << " info " << info << std::endl;
int ret = write_info(t, epoch, info, past_intervals);
if (ret)
return ret;
PGLog::IndexedLog log;
pg_missing_t missing;
- cerr << "Exporting " << pgid << std::endl;
+ cerr << "Exporting " << pgid << " info " << info << std::endl;
int ret = get_log(fs, struct_ver, coll, pgid, info, log, missing);
if (ret > 0)