Commit 7cf9246a authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

restorer: Write failing tid

In error logging sake.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 70938a3d
...@@ -465,6 +465,7 @@ self_len_end: ...@@ -465,6 +465,7 @@ self_len_end:
if (ret < 0) { if (ret < 0) {
write_num_n(__LINE__); write_num_n(__LINE__);
write_num_n(ret); write_num_n(ret);
write_string_n(args->last_pid_buf);
goto core_restore_end; goto core_restore_end;
} }
......
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