Commit 641693f8 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

proc_parse: remove a debug message

Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 84c65f00
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment