Commit 6357ad40 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

restore: Fix up message on fixing maps

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 985990de
...@@ -816,7 +816,7 @@ static int fixup_pages_data(int pid, int fd) ...@@ -816,7 +816,7 @@ static int fixup_pages_data(int pid, int fd)
static int prepare_image_maps(int fd, int pid) static int prepare_image_maps(int fd, int pid)
{ {
pr_info("%d: Fixing maps before executing image\n", pid); pr_info("%d: Fixing maps\n", pid);
if (fixup_vma_fds(pid, fd)) if (fixup_vma_fds(pid, fd))
return 1; return 1;
......
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