Commit 90ae972b authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

files: Sanitize message on fd restoring

The message "Got fd for %d" is non-informative,
change it to "Restoring fd %d" since that is
what function does.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 6e7c9ea8
......@@ -620,7 +620,7 @@ static int open_fdinfo(int pid, struct fdinfo_entry *fe, int *fdinfo_fd, int sta
if (move_img_fd(fdinfo_fd, fe->fd))
return -1;
pr_info("\t%d: Got fd for %d (state -> %d)\n", pid, fe->fd, state);
pr_info("\t%d: Restoring fd %d (state -> %d)\n", pid, fe->fd, state);
switch (state) {
case FD_STATE_PREP:
......
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