fixed printObjectCount formatting

This commit is contained in:
Darren Ranalli 2007-03-07 03:47:07 +00:00
parent 1e5fdf94f6
commit c09c16735a

View File

@ -94,15 +94,15 @@ class DoCollectionManager:
count2classes[count].sort()
for name in count2classes[count]:
print '%s %s' % (count, name)
print ''
def printObjectCount(self):
# print object counts by distributed object type
print '==== OBJECT DUMP ===='
print '==== OBJECT COUNT ===='
if self.hasOwnerView():
print '== doId2do'
self._printObjects(self.getDoTable(ownerView=False))
if self.hasOwnerView():
print ''
print '== doId2ownerView'
self._printObjects(self.getDoTable(ownerView=True))