From: charles Date: Fri, 30 Oct 2009 02:31:38 +0000 (+0000) Subject: Change default trace mask X-Git-Tag: pre-name-change~181 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=ed64bf26086f5f5ff28eb5f1ebaba89bf63e5f2c Change default trace mask --- 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)