Revision: 14474
Author: adrian.chadd
Date: Mon Mar 22 08:20:04 2010
Log: Log which rebuild option was chosen!
http://code.google.com/p/lusca-cache/source/detail?r=14474
Modified:
/branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c
=======================================
--- /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c Mon Sep 14 22:42:21
2009
+++ /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c Mon Mar 22 08:20:04
2010
@@ -90,6 +90,8 @@
/* Output swap header to stdout */
(void) storeSwapLogPrintHeader(stdout);
+ debug(86, 1) ("ufs_rebuild: %s: rebuild type: %s\n", store_ufs_info.path,
rebuild_type == REBUILD_DISK ? "REBUILD_DISK" : "REBUILD_LOG");
+
if (rebuild_type == REBUILD_DISK)
rebuild_from_dir(&store_ufs_info);
else
--
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.