Replace printf with proper tracing
authorcharles <charles>
Sun, 18 Jan 2009 23:24:08 +0000 (23:24 +0000)
committercharles <charles>
Sun, 18 Jan 2009 23:24:08 +0000 (23:24 +0000)
yaffs_guts.c

index f7d44490dcd21523e914fa134a6358215f18014f..eff7bd4043c1114c13a9d2d48dd5efbebddc1372 100644 (file)
@@ -13,7 +13,7 @@
 
 
 const char *yaffs_guts_c_version =
-    "$Id: yaffs_guts.c,v 1.73 2009-01-16 02:14:52 charles Exp $";
+    "$Id: yaffs_guts.c,v 1.74 2009-01-18 23:24:08 charles Exp $";
 
 #include "yportenv.h"
 
@@ -6298,7 +6298,10 @@ static int yaffs_ScanBackwards(yaffs_Device * dev)
                                dev->nFreeChunks++;
                                
                        } else if (tags.eccResult == YAFFS_ECC_RESULT_UNFIXED){
-                               printf("Error in ECC\n");
+                               T(YAFFS_TRACE_SCAN,
+                                 (TSTR(" Unfixed ECC in chunk(%d:%d), chunk ignored"TENDSTR),
+                                 blk, c));
+
                                /* Don't actually delete because the chunk is not yet set up as being in use */
                                /* yaffs_DeleteChunk(dev, chunk, 1, __LINE__); */
                        }else if (tags.chunkId > 0) {