[CRIU] [PATCH] seize: Add missing newline
Cyrill Gorcunov
gorcunov at openvz.org
Thu Sep 24 02:17:07 PDT 2015
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
seize.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/seize.c b/seize.c
index 2e83de9a2094..059896b7a198 100644
--- a/seize.c
+++ b/seize.c
@@ -312,7 +312,7 @@ static void pstree_wait(struct pstree_item *root_item)
}
pid = wait4(-1, &status, __WALL, NULL);
if (pid > 0) {
- pr_err("Unexpected child %d", pid);
+ pr_err("Unexpected child %d\n", pid);
BUG();
}
}
--
2.4.3
More information about the CRIU
mailing list