mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
proc: Remove now pointless debug
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -729,7 +729,6 @@ int parse_pid_status(pid_t pid, struct proc_status_creds *cr)
|
||||
return -1;
|
||||
|
||||
while (done < 8 && (str = breadline(&f))) {
|
||||
pr_debug("str: `%s'\n", str);
|
||||
if (!strncmp(str, "State:", 6)) {
|
||||
cr->state = str[7];
|
||||
done++;
|
||||
|
Reference in New Issue
Block a user