revert-salvager-verbosity-entirely-20050319

simply remove the verbosity added to salvager
This commit is contained in:
Derrick Brashear 2005-03-19 20:42:04 +00:00
parent ab67e8970f
commit af22fcd182

View File

@ -2065,9 +2065,6 @@ DoSalvageVolumeGroup(register struct InodeSummary *isp, int nVols)
}
ip->linkCount++;
}
if (totalInodes % 10000 == 0)
Log("%d inodes to process\n",totalInodes);
}
#ifdef AFS_NAMEI_ENV
while (dec_VGLinkH > 0) {