[CRIU] [PATCH 1/2] Add newline to pr_err output
Tycho Andersen
tycho.andersen at canonical.com
Mon Apr 6 07:54:48 PDT 2015
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
mount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mount.c b/mount.c
index 021c6e3..276262c 100644
--- a/mount.c
+++ b/mount.c
@@ -1302,7 +1302,7 @@ again:
if (!progress) {
struct mount_info *m;
- pr_err("A few mount points can't be mounted");
+ pr_err("A few mount points can't be mounted\n");
list_for_each_entry(m, &postpone2, postpone) {
pr_err("%d:%d %s %s %s\n", m->mnt_id,
m->parent_mnt_id, m->root,
--
2.1.4
More information about the CRIU
mailing list