[CRIU] [PATCH 2/2] proc_parse: remove a debug message

Andrew Vagin avagin at openvz.org
Tue Apr 28 13:55:07 PDT 2015


Signed-off-by: Andrew Vagin <avagin at openvz.org>
---
 proc_parse.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proc_parse.c b/proc_parse.c
index 088e45e..f5c870e 100644
--- a/proc_parse.c
+++ b/proc_parse.c
@@ -1762,7 +1762,6 @@ int parse_posix_timers(pid_t pid, struct proc_posix_timers_stat *args)
 		if (IS_ERR(s))
 			goto err;
 
-		pr_err("%s\n", s);
 		switch (i % 4) {
 		case 0:
 			timer = xzalloc(sizeof(struct proc_posix_timer));
-- 
2.1.0



More information about the CRIU mailing list