mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +00:00
Add newline to pr_err output
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
391d589482
commit
ad03d67a4b
2
mount.c
2
mount.c
@@ -1319,7 +1319,7 @@ again:
|
|||||||
if (!progress) {
|
if (!progress) {
|
||||||
struct mount_info *m;
|
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) {
|
list_for_each_entry(m, &postpone2, postpone) {
|
||||||
pr_err("%d:%d %s %s %s\n", m->mnt_id,
|
pr_err("%d:%d %s %s %s\n", m->mnt_id,
|
||||||
m->parent_mnt_id, m->root,
|
m->parent_mnt_id, m->root,
|
||||||
|
Reference in New Issue
Block a user