From ed64bf26086f5f5ff28eb5f1ebaba89bf63e5f2c Mon Sep 17 00:00:00 2001 From: charles Date: Fri, 30 Oct 2009 02:31:38 +0000 Subject: [PATCH] Change default trace mask --- yportenv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yportenv.h b/yportenv.h index 4a8b7f7..dd8c561 100644 --- 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) -- 2.30.2