summaryrefslogtreecommitdiff
path: root/yaffs_guts.c
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-11-09 13:50:51 +1300
committerCharles Manning <cdhmanning@gmail.com>2010-11-09 13:50:51 +1300
commit8b7bb68127f6074218a368f8059e844ab51536c1 (patch)
tree662fc12f9dedf7be990e32cf1c222ba95c44c8ea /yaffs_guts.c
parent1c8604a29f8ca073e1f5129c58e201a4b42bc192 (diff)
yaffs: Clean up some tracing.
Make some checkpt messages conditional. Fix up trace table screwed up by lindent. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_guts.c')
-rw-r--r--yaffs_guts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaffs_guts.c b/yaffs_guts.c
index 110a3c2..2348a94 100644
--- a/yaffs_guts.c
+++ b/yaffs_guts.c
@@ -5058,7 +5058,7 @@ int yaffs_guts_initialise(struct yaffs_dev *dev)
if (dev->param.is_yaffs2) {
if (yaffs2_checkpt_restore(dev)) {
yaffs_check_obj_details_loaded(dev->root_dir);
- T(YAFFS_TRACE_ALWAYS,
+ T(YAFFS_TRACE_CHECKPOINT | YAFFS_TRACE_MOUNT,
(TSTR
("yaffs: restored from checkpoint"
TENDSTR)));