2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

compel/infect: include the relevant pid in "no-breakpoints restore" debug message

Signed-off-by: Michał Mirosław <emmir@google.com>
This commit is contained in:
Michał Mirosław
2023-08-22 17:30:44 +02:00
committed by Andrei Vagin
parent af31e8e242
commit 38baf73b6d

View File

@@ -1577,7 +1577,7 @@ int compel_stop_pie(pid_t pid, void *addr, bool no_bp)
int ret;
if (no_bp) {
pr_debug("Force no-breakpoints restore\n");
pr_debug("Force no-breakpoints restore of %d\n", pid);
ret = 0;
} else
ret = ptrace_set_breakpoint(pid, addr);