// make sure info object exists
if (!store->exists(coll_t::META_COLL, service.infos_oid)) {
- dout(10) << "init creating/touching snapmapper object" << dendl;
+ dout(10) << "init creating/touching infos object" << dendl;
ObjectStore::Transaction t;
t.touch(coll_t::META_COLL, service.infos_oid);
r = store->apply_transaction(t);
// make sure snap mapper object exists
if (!store->exists(coll_t::META_COLL, OSD::make_snapmapper_oid())) {
- dout(10) << "init creating/touching infos object" << dendl;
+ dout(10) << "init creating/touching snapmapper object" << dendl;
ObjectStore::Transaction t;
t.touch(coll_t::META_COLL, OSD::make_snapmapper_oid());
r = store->apply_transaction(t);