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:
Paul Collins 2008-06-14 14:14:59 +12:00 committed by Jan Kara
parent 066519068a
commit e4f3ec0634
1 changed files with 1 additions and 1 deletions

View File

@ -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...) \