Signed-off-by: David Zafman <dzafman@redhat.com>
for (map<pg_shard_t, pg_info_t>::iterator p = all_info.begin();
p != all_info.end();
++p) {
- dout(10) << __func__ << "all_info osd." << p->first << " " << p->second << dendl;
+ dout(10) << __func__ << " all_info osd." << p->first << " " << p->second << dendl;
}
}
void PrimaryLogPG::_copy_some(ObjectContextRef obc, CopyOpRef cop)
{
- dout(10) << __func__ << " " << obc << " " << cop << dendl;
+ dout(10) << __func__ << " " << *obc << " " << cop << dendl;
unsigned flags = 0;
if (cop->flags & CEPH_OSD_COPY_FROM_FLAG_FLUSH)