Revision: 14473
Author: adrian.chadd
Date: Mon Mar 22 07:38:26 2010
Log: Log the state of the rebuild process!


http://code.google.com/p/lusca-cache/source/detail?r=14473

Modified:
 /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c

=======================================
--- /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c Wed Mar 17 20:51:27 2010 +++ /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c Mon Mar 22 07:38:26 2010
@@ -120,7 +120,7 @@
                                return;

                        getCurrentTime();
-                       debug(86, 2) ("read_dir: opening dir %s\n", dir);
+ debug(86, 1) ("ufs_rebuild: %s: read_dir: opening dir %s\n", sd->path, dir);
                        d = opendir(dir);
                        if (! d) {
                                perror("opendir");

--
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.

Reply via email to