This commit is contained in:
Sage Weil 2011-07-08 14:17:40 -07:00
parent bae40eaa96
commit 9019c6ce64
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ AC_PREREQ(2.59)
# NOTE: This version is _only_ used for naming the tarball. The
# VERSION define is not used by the code. It gets a version string
# from 'git describe'; see src/ceph_ver.[ch]
AC_INIT([ceph], [0.30], [ceph-devel@vger.kernel.org])
AC_INIT([ceph], [0.31], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])

View File

@ -1178,7 +1178,7 @@ int main(int argc, const char **argv)
for (unsigned i = 0; i < per.size(); i++)
cout << " device " << i << ":\t" << per[i] << std::endl;
for (map<int,int>::iterator p = sizes.begin(); p != sizes.end(); p++)
cout << " num results " << p->first << ":\t" << p->second << std::endl;
cout << " result size " << p->first << "x:\t" << p->second << std::endl;
}
}