[CRIU] [PATCH] mem: Add missing EOL into pr_warn

Cyrill Gorcunov gorcunov at openvz.org
Mon Jul 15 10:22:10 EDT 2013


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 mem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mem.c b/mem.c
index dad5264..52577a5 100644
--- a/mem.c
+++ b/mem.c
@@ -64,7 +64,7 @@ int do_task_reset_dirty_track(int pid)
 	close(fd);
 
 	if (ret < 0) {
-		pr_warn("Can't reset %d's dirty memory tracker (%d)", pid, errno);
+		pr_warn("Can't reset %d's dirty memory tracker (%d)\n", pid, errno);
 		return -1;
 	}
 
-- 
1.8.1.4



More information about the CRIU mailing list