summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/src/context.c')
-rw-r--r--libmount/src/context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c
index 38f80de7a..af16f6472 100644
--- a/libmount/src/context.c
+++ b/libmount/src/context.c
@@ -1554,6 +1554,7 @@ int mnt_context_guess_fstype(struct libmnt_context *cxt)
if (ambi)
rc = -MNT_ERR_AMBIFS;
} else {
+ DBG(CXT, mnt_debug_h(cxt, "access(%s) failed [%m]", dev));
if (strchr(dev, ':') != NULL)
rc = mnt_fs_set_fstype(cxt->fs, "nfs");
else if (!strncmp(dev, "//", 2))