Skip to content

Commit

Permalink
remove some message from f2fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Tsai committed Dec 12, 2024
1 parent 24eec35 commit fd5cbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f2fs/f2fs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ static inline uint64_t bswap_64(uint64_t val)

#define MSG(n, fmt, ...) \
do { \
if (c.dbg_lv >= n && !c.layout && !c.show_file_map) { \
if (c.dbg_lv > n && !c.layout && !c.show_file_map) { \
printf(fmt, ##__VA_ARGS__); \
} \
} while (0)
Expand Down

0 comments on commit fd5cbbb

Please sign in to comment.