X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=yportenv.h;h=dd8c5617d37f55d1a992ad3f1138b6d8afbe7f2e;hb=859e8e1d2c37dd6ac976640c2d52281002af2c44;hp=4a8b7f76c6a997f5702c1786ec43e114c688f993;hpb=095fa307f5d9089421e4173e7641df3854cebeed;p=yaffs2.git 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)