summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/optstr.c
diff options
context:
space:
mode:
authorKarel Zak2010-08-05 13:47:37 +0200
committerKarel Zak2011-01-03 12:28:41 +0100
commit6c40a53d97dbfa52bbdbbe86672322cb7bceb08d (patch)
tree7d4c38b7baf71ebd895364bbad1827b7463e55ff /shlibs/mount/src/optstr.c
parentlib: fix mange() and unmangle() to handle NULL (diff)
downloadkernel-qcow2-util-linux-6c40a53d97dbfa52bbdbbe86672322cb7bceb08d.tar.gz
kernel-qcow2-util-linux-6c40a53d97dbfa52bbdbbe86672322cb7bceb08d.tar.xz
kernel-qcow2-util-linux-6c40a53d97dbfa52bbdbbe86672322cb7bceb08d.zip
libmount: add support for mtab managment
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/optstr.c')
-rw-r--r--shlibs/mount/src/optstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/optstr.c b/shlibs/mount/src/optstr.c
index c209784d7..c2581be63 100644
--- a/shlibs/mount/src/optstr.c
+++ b/shlibs/mount/src/optstr.c
@@ -452,7 +452,7 @@ int mnt_optstr_get_mountflags(const char *optstr)
}
DBG(DEBUG_OPTIONS, fprintf(stderr,
- "libmount: optstr '%s': mountflags 0x%08x", optstr, flags));
+ "libmount: optstr '%s': mountflags 0x%08x\n", optstr, flags));
return flags;
}