Revision: 14480
Author: adrian.chadd
Date: Wed Mar 24 02:38:22 2010
Log: Quieten the progress report debugging!
http://code.google.com/p/lusca-cache/source/detail?r=14480
Modified:
/branches/LUSCA_HEAD/src/fs/aufs/store_rebuild_aufs.c
=======================================
--- /branches/LUSCA_HEAD/src/fs/aufs/store_rebuild_aufs.c Sun Mar 21
20:57:06 2010
+++ /branches/LUSCA_HEAD/src/fs/aufs/store_rebuild_aufs.c Wed Mar 24
02:38:22 2010
@@ -289,7 +289,7 @@
case SWAP_LOG_PROGRESS:
t = ((storeSwapLogProgress *)(&s))->total;
p = ((storeSwapLogProgress *)(&s))->progress;
- debug(47, 1) ("storeAufsRebuildHelperRead: %s: SWAP_LOG_PROGRESS:
total %d objects, progress %d objects\n", sd->path, t, p);
+ debug(47, 3) ("storeAufsRebuildHelperRead: %s: SWAP_LOG_PROGRESS:
total %d objects, progress %d objects\n", sd->path, t, p);
storeRebuildProgress(rb->sd->index, t, p);
break;
case SWAP_LOG_COMPLETED:
--
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.