Thomas-Tsai / partclone

Partclone provides utilities to backup a partition smartly and it is designed for higher compatibility of the file system by using existing library.
GNU General Public License v2.0
306 stars 104 forks source link

fix log message to add new line after "Open devicefile successfully" #203

Closed TMR5454 closed 1 year ago

TMR5454 commented 1 year ago

log message output as follows, so add new line.

Initial image hdr - get Super Block from partition
Reading Super Block
xfsclone.c: Open /dev/sda9 successfullyxfsclone.c: source_blocksize 4096 source_sectorsize = 512
xfsclone.c: first_residue 2048 tmp_residue 2048

Thank you.