diff options
author | Sebastian Manciulea <manciuleas@yahoo.com> | 2008-04-14 17:13:01 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2008-04-17 14:29:48 +0200 |
commit | 706047a79725b585cf272fdefc234b31b6545c72 (patch) | |
tree | 24d3055bfc3d87c052f6cd1efd100834a23b82fe /fs/udf/udfdecl.h | |
parent | 47c9358a015199ed37c66235a2238271a7c8041f (diff) | |
download | linux-3.10-706047a79725b585cf272fdefc234b31b6545c72.tar.gz linux-3.10-706047a79725b585cf272fdefc234b31b6545c72.tar.bz2 linux-3.10-706047a79725b585cf272fdefc234b31b6545c72.zip |
udf: Fix compilation warnings when UDF debug is on
Fix two compilation warnings (and actual bugs in message formatting)
when UDF debugging is turned on.
Signed-off-by: Sebastian Manciulea <manciuleas@yahoo.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r-- | fs/udf/udfdecl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h index 30f664ab0cd..61897d312a2 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h @@ -16,7 +16,7 @@ #define UDF_PREALLOCATE #define UDF_DEFAULT_PREALLOC_BLOCKS 8 -#undef UDFFS_DEBUG +#define UDFFS_DEBUG #ifdef UDFFS_DEBUG #define udf_debug(f, a...) \ |