[CRIU] [PATCH] mount: Add missing \Newline
Cyrill Gorcunov
gorcunov at openvz.org
Wed Oct 9 03:09:55 PDT 2013
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
mount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mount.c b/mount.c
index efec0f8..f76367f 100644
--- a/mount.c
+++ b/mount.c
@@ -273,7 +273,7 @@ static int validate_mounts(struct mount_info *info)
continue;
if (mlen > tlen && m->mountpoint[tlen] != '/')
continue;
- pr_err("%d:%s is overmounted", m->mnt_id, m->mountpoint);
+ pr_err("%d:%s is overmounted\n", m->mnt_id, m->mountpoint);
return -1;
}
}
--
1.8.3.1
More information about the CRIU
mailing list