summaryrefslogtreecommitdiffstats
path: root/Documentation/howto-debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/howto-debug.txt')
-rw-r--r--Documentation/howto-debug.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/howto-debug.txt b/Documentation/howto-debug.txt
index ca7346fbe..6936eb54d 100644
--- a/Documentation/howto-debug.txt
+++ b/Documentation/howto-debug.txt
@@ -51,8 +51,10 @@ higher the debugging level. Search for `DEBUG' from files
to see what the different bits mean. At the time of writing this the following
enabled full debug.
- export LIBBLKID_DEBUG=0xffff
- export LIBMOUNT_DEBUG=0xffff
+ export LIBBLKID_DEBUG=all
+ export LIBMOUNT_DEBUG=all
+ export LIBFDISK_DEBUG=all
+ export LIBSMARTCOLS_DEBUG=all
The libblkid reads by default /etc/blkid.conf which can be overridden by the
environment variable BLKID_CONF. See manual libblkid/libblkid.3 for details