summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
diff options
context:
space:
mode:
authorKarel Zak2012-01-12 21:30:58 +0100
committerKarel Zak2012-01-12 21:30:58 +0100
commita10d6ad6f4c3f8ed5ae581c69ae72e0fc2b1fd4f (patch)
tree7bcb2b69df8a5451dd681cfa51217d3d186ce67a /libmount/src/context.c
parenttests: add exceptions for libmount (diff)
downloadkernel-qcow2-util-linux-a10d6ad6f4c3f8ed5ae581c69ae72e0fc2b1fd4f.tar.gz
kernel-qcow2-util-linux-a10d6ad6f4c3f8ed5ae581c69ae72e0fc2b1fd4f.tar.xz
kernel-qcow2-util-linux-a10d6ad6f4c3f8ed5ae581c69ae72e0fc2b1fd4f.zip
libmount: support umount /path/file.img
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/context.c')
-rw-r--r--libmount/src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c
index d67f692a1..83ce0b994 100644
--- a/libmount/src/context.c
+++ b/libmount/src/context.c
@@ -1185,7 +1185,7 @@ int mnt_context_prepare_target(struct libmnt_context *cxt)
}
if (rc)
- DBG(CXT, mnt_debug_h(cxt, "failed to prepare target"));
+ DBG(CXT, mnt_debug_h(cxt, "failed to prepare target '%s'", tgt));
else
DBG(CXT, mnt_debug_h(cxt, "final target '%s'",
mnt_fs_get_target(cxt->fs)));