• Cyrill Gorcunov's avatar
    show: Drop redundant \n in pr_img_tail · 976c092c
    Cyrill Gorcunov authored
    Before
    
    # ./crtools -s -f unixsk-12713.img
    
    CR_FD_UNIXSK
    ----------------
    fd    8 type  2 state  7 namelen   17 backlog   17 id  79422 peer      0 --> test-socket-conn
    fd    9 type  2 state  7 namelen   23 backlog   23 id  79423 peer  79423 --> test-socket-bound-conn
    
    ----------------
    
    After
    
    # ./crtools -s -f unixsk-12713.img
    
    CR_FD_UNIXSK
    ----------------
    fd    8 type  2 state  7 namelen   17 backlog   17 id  79422 peer      0 --> test-socket-conn
    fd    9 type  2 state  7 namelen   23 backlog   23 id  79423 peer  79423 --> test-socket-bound-conn
    ----------------
    Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    976c092c
util.h 5.27 KB