STABLE14-revert-salvager-verbosity-entirely-20050319

simply remove the verbosity added to salvager


(cherry picked from commit af22fcd182df1ebe31aec70b6544c5bd58a97d01)
This commit is contained in:
Derrick Brashear 2005-03-19 20:54:55 +00:00
parent 86b49fadf2
commit 0e1e96638d

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) {