Change default trace mask
authorcharles <charles>
Fri, 30 Oct 2009 02:31:38 +0000 (02:31 +0000)
committercharles <charles>
Fri, 30 Oct 2009 02:31:38 +0000 (02:31 +0000)
yportenv.h

index 4a8b7f76c6a997f5702c1786ec43e114c688f993..dd8c5617d37f55d1a992ad3f1138b6d8afbe7f2e 100644 (file)
@@ -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)