304038
From c817652429d4326bb43a8d975611927170447805 Mon Sep 17 00:00:00 2001
304038
From: Karel Zak <kzak@redhat.com>
304038
Date: Thu, 1 Feb 2018 16:52:14 +0100
304038
Subject: [PATCH] libmount: fix debug message
304038
304038
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1534893
304038
Upstream: http://github.com/karelzak/util-linux/commit/b058f473d175450c48a65031f1abc8d8b90b2b7b
304038
Signed-off-by: Karel Zak <kzak@redhat.com>
304038
---
304038
 libmount/src/fs.c | 2 +-
304038
 1 file changed, 1 insertion(+), 1 deletion(-)
304038
304038
diff --git a/libmount/src/fs.c b/libmount/src/fs.c
304038
index e46ee0c0e..e5c38c1b6 100644
304038
--- a/libmount/src/fs.c
304038
+++ b/libmount/src/fs.c
304038
@@ -1451,7 +1451,7 @@ int mnt_fs_print_debug(struct libmnt_fs *fs, FILE *file)
304038
 {
304038
 	if (!fs || !file)
304038
 		return -EINVAL;
304038
-	fprintf(file, "------ fs\n");
304038
+	fprintf(file, "------ fs:\n");
304038
 	fprintf(file, "source: %s\n", mnt_fs_get_source(fs));
304038
 	fprintf(file, "target: %s\n", mnt_fs_get_target(fs));
304038
 	fprintf(file, "fstype: %s\n", mnt_fs_get_fstype(fs));
304038
-- 
304038
2.14.3
304038