2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

mount: Add missing \Newline

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2013-10-09 17:17:58 +04:00
committed by Pavel Emelyanov
parent d516257151
commit 6695ff7259

View File

@@ -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;
}
}