2
0
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:
Pavel Emelyanov
2015-01-23 17:50:00 +03:00
parent 9ffc19b307
commit c9b6614eef
2 changed files with 0 additions and 4 deletions

View File

@@ -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++;