X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fydirectenv.h;fp=direct%2Fydirectenv.h;h=ad4efab710e036d3904a256c0e43add08c9d46cc;hp=3c6ddf566a8b3d713bc0019c19d37e5e933ab4d1;hb=05f5305b2d17b0e2889338724b864cf80f309437;hpb=1fff83304b27b26ff765c6ffef9d6f354eada46d diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index 3c6ddf5..ad4efab 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -61,7 +61,7 @@ void yaffs_qsort(void *aa, size_t n, size_t es, #define cond_resched() do {} while(0) #define yaffs_trace(msk, fmt, ...) do { \ - if(yaffs_trace_mask & ((msk) | YAFFS_TRACE_ALWAYS)) \ + if(yaffs_trace_mask & (msk)) \ printf("yaffs: " fmt "\n", ##__VA_ARGS__); \ } while(0)