changeset 332:795055444bcb

Change default trace mask
author charles
date Fri, 30 Oct 2009 02:31:38 +0000
parents 37f81449fcd7
children 85d165354781
files yportenv.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yportenv.h
+++ b/yportenv.h
@@ -94,7 +94,7 @@
 #define TOUT(p) printk p
 
 #define yaffs_trace(mask, fmt, args...) \
-	do { if ((mask) & (yaffs_traceMask|YAFFS_TRACE_ERROR)) \
+	do { if ((mask) & (yaffs_traceMask| YAFFS_TRACE_ALWAYS)) \
 		printk(KERN_WARNING "yaffs: " fmt, ## args); \
 	} while (0)