X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fydirectenv.h;fp=direct%2Fydirectenv.h;h=7063fa649fb25b4e0329ae9ff43925d45bc0d86b;hp=63cd6d85182b1f1b899af05a306e50a809e3a431;hb=a8e8fa708152c823e534b7b004bfbd121dd1670e;hpb=ae68942c23ba444fc820519ac25865ab38edc3c5 diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index 63cd6d8..7063fa6 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)