X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv.h;fp=yportenv.h;h=dd8c5617d37f55d1a992ad3f1138b6d8afbe7f2e;hp=4a8b7f76c6a997f5702c1786ec43e114c688f993;hb=ed64bf26086f5f5ff28eb5f1ebaba89bf63e5f2c;hpb=75977b65c083566a263c252312a06093d55c86ad 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)