*** empty log message ***
[yaffs/.git] / yportenv.h
index 9b3e637e29547c155a5c8bc29a9be0981e35f56c..f95c6eebd06f5cd5d75a85603b9e12d3715a99ec 100644 (file)
@@ -15,7 +15,7 @@
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
- * $Id: yportenv.h,v 1.9 2003-01-17 04:19:08 charles Exp $
+ * $Id: yportenv.h,v 1.10 2003-01-31 03:30:33 charles Exp $
  *
  */
  
@@ -44,7 +44,7 @@
 #define YAFFS_LOSTNFOUND_NAME          "Lost Clusters"
 #define YAFFS_LOSTNFOUND_PREFIX                "OBJ"
 
-#define YPRINTF(x)
+#define YPRINTF(x)     RETAILMSG(1,x)
 
 // Always pass the sum compare to overcome the case insensitivity issue
 #define yaffs_SumCompare(x,y) ((x) == (y))
@@ -104,7 +104,7 @@ extern unsigned yfsd_U32FileTimeNow(void);
 
 #elif defined CONFIG_YAFFS_DIRECT
 
-// Directct interface
+// Direct interface
 
 #include "stdlib.h"
 #include "stdio.h"