Author: adrian.chadd
Date: Sun Jul 12 22:54:49 2009
New Revision: 14186
Modified:
playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_log.c
Log:
Don't print out a PROGRESS entry for each object!
Modified: playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_log.c
==============================================================================
--- playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_log.c
(original)
+++ playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_log.c Sun Jul
12
22:54:49 2009
@@ -66,7 +66,7 @@
}
num_objects++;
- if (num_objects & 0xffff) {
+ if ((num_objects & 0xffff) == 0) {
struct stat sb;
if (0 == fstat(fileno(fp), &sb)) {
if (! storeSwapLogPrintProgress(1, num_objects, (int)
sb.st_size / s))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---