]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix debug message
authorKarel Zak <kzak@redhat.com>
Thu, 1 Feb 2018 15:52:14 +0000 (16:52 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 1 Feb 2018 15:52:14 +0000 (16:52 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/fs.c

index 14f13b1f486cb7631a83a19fd00c070f2f71888d..a801d8c1dda7db87a237547c988f493186c7b182 100644 (file)
@@ -1471,7 +1471,7 @@ int mnt_fs_print_debug(struct libmnt_fs *fs, FILE *file)
 {
        if (!fs || !file)
                return -EINVAL;
-       fprintf(file, "------ fs\n");
+       fprintf(file, "------ fs:\n");
        fprintf(file, "source: %s\n", mnt_fs_get_source(fs));
        fprintf(file, "target: %s\n", mnt_fs_get_target(fs));
        fprintf(file, "fstype: %s\n", mnt_fs_get_fstype(fs));