• 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
Name
Last commit
Last update
include Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cr-dump.c Loading commit data...
cr-restore.c Loading commit data...
cr-show.c Loading commit data...
crtools.c Loading commit data...
files.c Loading commit data...
gen-offsets.sh Loading commit data...
libnetlink.c Loading commit data...
log.c Loading commit data...
parasite-syscall.c Loading commit data...
parasite.c Loading commit data...
parasite.lds.S Loading commit data...
proc_parse.c Loading commit data...
ptrace.c Loading commit data...
restorer.c Loading commit data...
sockets.c Loading commit data...
util.c Loading commit data...