Mercurial > yaffs-ecoscentric
changeset 341:9f91a329e57e
Add extra info to checkpoint trace
| author | charles |
|---|---|
| date | Tue, 03 Nov 2009 02:36:30 +0000 |
| parents | d61670f0d578 |
| children | ea8ca3110673 |
| files | yaffs_checkptrw.c |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/yaffs_checkptrw.c +++ b/yaffs_checkptrw.c @@ -395,7 +395,8 @@ int yaffs_CheckpointInvalidateStream(yaf { /* Erase the checkpoint data */ - T(YAFFS_TRACE_CHECKPOINT, (TSTR("checkpoint invalidate"TENDSTR))); + T(YAFFS_TRACE_CHECKPOINT, (TSTR("checkpoint invalidate of %d blocks"TENDSTR), + dev->blocksInCheckpoint)); return yaffs_CheckpointErase(dev); }
