udf: restore UDFFS_DEBUG to being undefined by default
Commit 706047a797
, "udf: Fix compilation
warnings when UDF debug is on" inadvertently (I assume) enabled
debugging messages by default for UDF. This patch disables them again.
Signed-off-by: Paul Collins <paul@ondioline.org>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
066519068a
commit
e4f3ec0634
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
#define UDF_PREALLOCATE
|
||||
#define UDF_DEFAULT_PREALLOC_BLOCKS 8
|
||||
|
||||
#define UDFFS_DEBUG
|
||||
#undef UDFFS_DEBUG
|
||||
|
||||
#ifdef UDFFS_DEBUG
|
||||
#define udf_debug(f, a...) \
|
||||
|
|
Loading…
Add table
Reference in a new issue