Commit 08569cbc authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

dump: Use proper format for int printing

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 53d75ad1
......@@ -274,7 +274,7 @@ static int dump_one_fd(pid_t pid, int pid_fd_dir, int lfd,
/* skip only standard destriptors */
if (p->fd_name < 3) {
err = 0;
pr_info("... Skipping tty ... %s/%d\n",
pr_info("... Skipping tty ... %d/%d\n",
pid_fd_dir, p->fd_name);
goto out_close;
}
......
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