Commit 3f6f2916 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

pipes, show: Fix tail message in show_pipes_data

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarAndrew Vagin <avagin@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 3c18a9f4
...@@ -192,7 +192,7 @@ void show_pipes_data(int fd_pipes, struct cr_options *o) ...@@ -192,7 +192,7 @@ void show_pipes_data(int fd_pipes, struct cr_options *o)
} }
out: out:
pr_img_tail(CR_FD_PIPES); pr_img_tail(CR_FD_PIPES_DATA);
} }
void show_pipes(int fd_pipes, struct cr_options *o) void show_pipes(int fd_pipes, struct cr_options *o)
......
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