Signed-off-by: Jason Dillaman <dillaman@redhat.com>
<< info.num_objs << " objects"
<< std::endl
<< "\torder " << info.order
- << " (" << si_u_t(info.obj_size) << " objects)"
+ << " (" << byte_u_t(info.obj_size) << " objects)"
<< std::endl;
if (!imgid.empty()) {
std::cout << "\tid: " << imgid << std::endl;
std::cout << "\theader_oid: " << header_oid << std::endl;
std::cout << "\tobject_oid_prefix: " << object_oid_prefix << std::endl;
std::cout << "\torder: " << static_cast<int>(order) << " ("
- << si_u_t(1ull << order) << " objects)"<< std::endl;
+ << byte_u_t(1ull << order) << " objects)"<< std::endl;
std::cout << "\tsplay_width: " << static_cast<int>(splay_width) << std::endl;
if (!object_pool_name.empty()) {
std::cout << "\tobject_pool: " << object_pool_name << std::endl;