[CRIU] [PATCH] pipes, show: Fix tail message in show_pipes_data
    Cyrill Gorcunov 
    gorcunov at openvz.org
       
    Fri Jun 22 11:58:33 EDT 2012
    
    
  
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 cr-show.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cr-show.c b/cr-show.c
index a758cc8..49f9588 100644
--- a/cr-show.c
+++ b/cr-show.c
@@ -192,7 +192,7 @@ void show_pipes_data(int fd_pipes, struct cr_options *o)
 	}
 
 out:
-	pr_img_tail(CR_FD_PIPES);
+	pr_img_tail(CR_FD_PIPES_DATA);
 }
 
 void show_pipes(int fd_pipes, struct cr_options *o)
-- 
1.7.7.6
    
    
More information about the CRIU
mailing list