mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
proc_parse: remove a debug message
Signed-off-by: Andrew Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
84c65f00f9
commit
641693f8f0
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue